diff options
author | Nick Sayer <nsayer@FreeBSD.org> | 2002-02-21 15:13:16 +0000 |
---|---|---|
committer | Nick Sayer <nsayer@FreeBSD.org> | 2002-02-21 15:13:16 +0000 |
commit | 27fc2aa9ce9175e080369360d0141ff0bf38ce2e (patch) | |
tree | 8a54cbb8690c735df1edad5d1b1f6860d5529ace /security/pam_smb/files | |
parent | f76b5706a5b59a8522e577d8700ced6ca1280fad (diff) | |
download | ports-27fc2aa9ce9175e080369360d0141ff0bf38ce2e.tar.gz ports-27fc2aa9ce9175e080369360d0141ff0bf38ce2e.zip |
Notes
Diffstat (limited to 'security/pam_smb/files')
-rw-r--r-- | security/pam_smb/files/patch-smbval::smbencrypt.c | 20 |
1 files changed, 10 insertions, 10 deletions
diff --git a/security/pam_smb/files/patch-smbval::smbencrypt.c b/security/pam_smb/files/patch-smbval::smbencrypt.c index 1097aff35269..44d7e0d54fa4 100644 --- a/security/pam_smb/files/patch-smbval::smbencrypt.c +++ b/security/pam_smb/files/patch-smbval::smbencrypt.c @@ -1,10 +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>
+--- smbval/smbencrypt.c.orig Sat Aug 19 12:58:07 2000 ++++ smbval/smbencrypt.c Thu Feb 21 07:11:09 2002 +@@ -21,6 +21,7 @@ + */ + + #include <string.h> ++#include <sys/types.h> + #include <arpa/inet.h> + #include <dirent.h> + #include <string.h> |