diff options
Diffstat (limited to 'www/ap2-auth-ntlm/patches/patch-smbencrypt.inc.c')
-rw-r--r-- | www/ap2-auth-ntlm/patches/patch-smbencrypt.inc.c | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/www/ap2-auth-ntlm/patches/patch-smbencrypt.inc.c b/www/ap2-auth-ntlm/patches/patch-smbencrypt.inc.c new file mode 100644 index 00000000000..e3a36545dc5 --- /dev/null +++ b/www/ap2-auth-ntlm/patches/patch-smbencrypt.inc.c @@ -0,0 +1,13 @@ +$NetBSD: patch-smbencrypt.inc.c,v 1.1.1.1 2008/10/17 19:24:10 sborrill Exp $ +--- smbval/smbencrypt.inc.c.orig 2003-06-05 20:21:26.000000000 +0100 ++++ smbval/smbencrypt.inc.c 2008-10-17 17:47:37.000000000 +0100 +@@ -19,7 +19,9 @@ + #include <arpa/inet.h> + #include <dirent.h> + #include <string.h> ++#ifndef __NetBSD__ + #include <sys/vfs.h> ++#endif + #include <netinet/in.h> + + #include "smblib-priv.h" |