aboutsummaryrefslogtreecommitdiff
path: root/net/openbgpd/files
diff options
context:
space:
mode:
authorFlorent Thoumie <flz@FreeBSD.org>2005-07-13 05:29:48 +0000
committerFlorent Thoumie <flz@FreeBSD.org>2005-07-13 05:29:48 +0000
commit152646c1f9a5cad316f6d4c6a25c693d249cc769 (patch)
treeff733d328b78380d7655fa1b0976d4c8fbc768d6 /net/openbgpd/files
parente5d10776934acb5278d6d64b8d2c806854e5f397 (diff)
Notes
Diffstat (limited to 'net/openbgpd/files')
-rw-r--r--net/openbgpd/files/patch-bgpd_rde__filter.c13
1 files changed, 13 insertions, 0 deletions
diff --git a/net/openbgpd/files/patch-bgpd_rde__filter.c b/net/openbgpd/files/patch-bgpd_rde__filter.c
new file mode 100644
index 000000000000..0484c7c18416
--- /dev/null
+++ b/net/openbgpd/files/patch-bgpd_rde__filter.c
@@ -0,0 +1,13 @@
+
+$FreeBSD$
+
+--- bgpd/rde_filter.c.orig
++++ bgpd/rde_filter.c
+@@ -16,6 +16,7 @@
+ * OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
+ */
+ #include <sys/types.h>
++#include <sys/limits.h>
+ #include <sys/queue.h>
+
+ #include <stdlib.h>