diff options
author | Nick Sayer <nsayer@FreeBSD.org> | 2002-02-20 06:56:19 +0000 |
---|---|---|
committer | Nick Sayer <nsayer@FreeBSD.org> | 2002-02-20 06:56:19 +0000 |
commit | 987640f7cc7678a80c473167794d2d10c2336728 (patch) | |
tree | 4635ca50158bbf6cf8fe6216a2ee7766f550d9bd /security/pam_smb/files | |
parent | Pass maintainership to submitter and add a backup master site. (diff) |
Fix port being broken on -current
Submitted by: tre@netlands.de
Diffstat (limited to 'security/pam_smb/files')
-rw-r--r-- | security/pam_smb/files/patch-smbval::smbencrypt.c | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/security/pam_smb/files/patch-smbval::smbencrypt.c b/security/pam_smb/files/patch-smbval::smbencrypt.c new file mode 100644 index 000000000000..1097aff35269 --- /dev/null +++ b/security/pam_smb/files/patch-smbval::smbencrypt.c @@ -0,0 +1,10 @@ +--- smbval/smbencrypt.c.orig Tue Feb 19 10:34:51 2002
++++ smbval/smbencrypt.c Tue Feb 19 10:39:28 2002
+@@ -21,6 +21,7 @@
+ */
+=20
+ #include <string.h>
++#include <sys/types.h>
+ #include <arpa/inet.h>
+ #include <dirent.h>
+ #include <string.h>
|