diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2000-09-10 11:03:49 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2000-09-10 11:03:49 +0000 |
commit | ccaa0700b325e750ab2fbc0e5178700bdb41926f (patch) | |
tree | b37a6ccd1ae38125f816d66d9365037736e4198d /net | |
parent | Fix PLIST (diff) |
Fix compilation on 3.5
Noticed by: BWS - Offwhite <brennan@offwhite.net>
Diffstat (limited to 'net')
-rw-r--r-- | net/gnut/files/patch-aa | 7 |
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> |