Displaying 1 result from an estimated 1 matches for "have_sys_security_h".
2000 May 08
0
Patch for IA-64
...on HPUX.
diff -ruN samba-2.0.6/source/include/includes.h samba-2.0.6.ia64/source/include/includes.h
--- samba-2.0.6/source/include/includes.h Wed Nov 10 18:36:00 1999
+++ samba-2.0.6.ia64/source/include/includes.h Fri Apr 28 18:51:12 2000
@@ -324,6 +324,10 @@
#define PASSWORD_LENGTH 16
#endif /* HAVE_SYS_SECURITY_H */
+#ifdef HAVE_CRYPT_H
+#include <crypt.h>
+#endif
+
#ifdef HAVE_COMPAT_H
#include <compat.h>
#endif
diff -ruN samba-2.0.6/source/smbd/chgpasswd.c samba-2.0.6.ia64/source/smbd/chgpasswd.c
--- samba-2.0.6/source/smbd/chgpasswd.c Wed Nov 10 18:36:08 1999
+++ samba-2.0.6.ia64/source/...