diff options
author | osa <osa@FreeBSD.org> | 2003-07-24 23:33:55 +0800 |
---|---|---|
committer | osa <osa@FreeBSD.org> | 2003-07-24 23:33:55 +0800 |
commit | 05af83238bc11b2ddd2810abb9cfa49a0949a4b0 (patch) | |
tree | 94c959d3fda7133f192f84effb6ccb63b51593c8 /net | |
parent | a68d992490283ef794535652e61fb4a6deb0c237 (diff) | |
download | freebsd-ports-gnome-05af83238bc11b2ddd2810abb9cfa49a0949a4b0.tar.gz freebsd-ports-gnome-05af83238bc11b2ddd2810abb9cfa49a0949a4b0.tar.zst freebsd-ports-gnome-05af83238bc11b2ddd2810abb9cfa49a0949a4b0.zip |
Fix building under -CURRENT (gcc 3.3)
Submitted by: Simon Barner <barner@in.tum.de>
Diffstat (limited to 'net')
-rw-r--r-- | net/netmap/files/patch-belgolib::dirs.c | 9 |
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> + |