summaryrefslogtreecommitdiff
path: root/net/netmap
diff options
context:
space:
mode:
authorSergey A. Osokin <osa@FreeBSD.org>2003-07-24 15:33:55 +0000
committerSergey A. Osokin <osa@FreeBSD.org>2003-07-24 15:33:55 +0000
commitee8a3c2a6110465e8e7d692d175fa33360a30e84 (patch)
tree3da55b75e6e1b5e2fbd9ebf3feb60b1b7c8172df /net/netmap
parentFix building under -CURRENT (gcc 3.3) (diff)
Fix building under -CURRENT (gcc 3.3)
Submitted by: Simon Barner <barner@in.tum.de>
Notes
Notes: svn path=/head/; revision=85530
Diffstat (limited to 'net/netmap')
-rw-r--r--net/netmap/files/patch-belgolib::dirs.c9
1 files changed, 9 insertions, 0 deletions
diff --git a/net/netmap/files/patch-belgolib::dirs.c b/net/netmap/files/patch-belgolib::dirs.c
new file mode 100644
index 000000000000..08ede5709eb5
--- /dev/null
+++ b/net/netmap/files/patch-belgolib::dirs.c
@@ -0,0 +1,9 @@
+--- belgolib/dirs.c.orig Tue Jul 22 04:58:32 2003
++++ belgolib/dirs.c Tue Jul 22 04:58:46 2003
+@@ -1,5 +1,6 @@
+ #include <stdio.h>
+ #include <dirent.h>
++#include <assert.h>
+
+ #include <list>
+