diff options
Diffstat (limited to 'filesystems/fuse-afpfs-ng/patches/patch-ah')
-rw-r--r-- | filesystems/fuse-afpfs-ng/patches/patch-ah | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/filesystems/fuse-afpfs-ng/patches/patch-ah b/filesystems/fuse-afpfs-ng/patches/patch-ah new file mode 100644 index 00000000000..b304bc4a9c0 --- /dev/null +++ b/filesystems/fuse-afpfs-ng/patches/patch-ah @@ -0,0 +1,10 @@ +$NetBSD: patch-ah,v 1.1.1.1 2007/07/09 19:03:22 agc Exp $ + +--- client.c 2007/07/09 18:56:20 1.1 ++++ client.c 2007/07/09 18:56:45 +@@ -1,4 +1,5 @@ + #include <sys/types.h> ++#include <sys/param.h> + #include <sys/socket.h> + #include <sys/stat.h> + #include <strings.h> |