freebsd-ports/net/bird/files/patch-sysdep-unix-krt.c
Pav Lucistnik 82a4b9601a The BIRD project aims to develop a fully functional dynamic IP routing daemon
primarily targetted on (but not limited to) UNIX-like systems and distributed
under the GNU General Public License.

* Both IPv4 and IPv6 (use --enable-ipv6 when configuring)
* Multiple routing tables
* BGP
* RIP
* OSPF (IPv4 only)
* Static routes
* Inter-table protocol
2005-05-12 19:25:55 +00:00

11 lines
177 B
C

--- sysdep/unix/krt.c.orig Mon Jun 7 18:51:23 2004
+++ sysdep/unix/krt.c Thu May 12 20:41:53 2005
@@ -639,6 +639,7 @@
return;
}
#endif
+ ;
}
rte_free(e);
}