summaryrefslogtreecommitdiff
path: root/net
diff options
context:
space:
mode:
authorKris Kennaway <kris@FreeBSD.org>2000-09-10 11:03:49 +0000
committerKris Kennaway <kris@FreeBSD.org>2000-09-10 11:03:49 +0000
commitccaa0700b325e750ab2fbc0e5178700bdb41926f (patch)
treeb37a6ccd1ae38125f816d66d9365037736e4198d /net
parentFix PLIST (diff)
Fix compilation on 3.5
Noticed by: BWS - Offwhite <brennan@offwhite.net>
Notes
Notes: svn path=/head/; revision=32487
Diffstat (limited to 'net')
-rw-r--r--net/gnut/files/patch-aa7
1 files changed, 7 insertions, 0 deletions
diff --git a/net/gnut/files/patch-aa b/net/gnut/files/patch-aa
new file mode 100644
index 000000000000..c150b6202030
--- /dev/null
+++ b/net/gnut/files/patch-aa
@@ -0,0 +1,7 @@
+--- src/blacklist.c.orig Sun Sep 10 03:49:23 2000
++++ src/blacklist.c Sun Sep 10 03:49:31 2000
+@@ -1,3 +1,4 @@
++#include <sys/types.h>
+ #include <stdio.h>
+ #include <stdlib.h>
+ #include <string.h>