diff options
Diffstat (limited to 'security/p5-Authen-Smb/files/patch-smbval__smbencrypt.c')
-rw-r--r-- | security/p5-Authen-Smb/files/patch-smbval__smbencrypt.c | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/security/p5-Authen-Smb/files/patch-smbval__smbencrypt.c b/security/p5-Authen-Smb/files/patch-smbval__smbencrypt.c new file mode 100644 index 000000000000..6b41d46e0406 --- /dev/null +++ b/security/p5-Authen-Smb/files/patch-smbval__smbencrypt.c @@ -0,0 +1,12 @@ +$FreeBSD$ + +--- smbval/smbencrypt.c.orig Fri Jan 10 01:29:40 2003 ++++ smbval/smbencrypt.c Fri Jan 10 01:29:44 2003 +@@ -24,7 +24,6 @@ + #include <arpa/inet.h> + #include <dirent.h> + #include <string.h> +-#include <sys/vfs.h> + #include <netinet/in.h> + #include <ctype.h> + #include "smblib-priv.h" |