diff options
-rw-r--r-- | ChangeLog | 3 | ||||
-rw-r--r-- | auth-shadow.c | 1 | ||||
-rw-r--r-- | loginrec.c | 1 |
3 files changed, 4 insertions, 1 deletions
@@ -1,6 +1,7 @@ | |||
1 | 20070429 | 1 | 20070429 |
2 | - (dtucker) [openbsd-compat/bsd-misc.c] Include unistd.h and sys/types.h | 2 | - (dtucker) [openbsd-compat/bsd-misc.c] Include unistd.h and sys/types.h |
3 | for select(2) prototype. | 3 | for select(2) prototype. |
4 | - (dtucker) [auth-shadow.c loginrec.c] Include time.h for time(2) prototype. | ||
4 | 5 | ||
5 | 20070406 | 6 | 20070406 |
6 | - (dtucker) [INSTALL] Update the systems that have PAM as standard. Link | 7 | - (dtucker) [INSTALL] Update the systems that have PAM as standard. Link |
@@ -2882,4 +2883,4 @@ | |||
2882 | OpenServer 6 and add osr5bigcrypt support so when someone migrates | 2883 | OpenServer 6 and add osr5bigcrypt support so when someone migrates |
2883 | passwords between UnixWare and OpenServer they will still work. OK dtucker@ | 2884 | passwords between UnixWare and OpenServer they will still work. OK dtucker@ |
2884 | 2885 | ||
2885 | $Id: ChangeLog,v 1.4652 2007/04/29 02:06:55 dtucker Exp $ | 2886 | $Id: ChangeLog,v 1.4653 2007/04/29 02:10:57 dtucker Exp $ |
diff --git a/auth-shadow.c b/auth-shadow.c index 8b3160aee..219091677 100644 --- a/auth-shadow.c +++ b/auth-shadow.c | |||
@@ -28,6 +28,7 @@ | |||
28 | #include <shadow.h> | 28 | #include <shadow.h> |
29 | #include <stdarg.h> | 29 | #include <stdarg.h> |
30 | #include <string.h> | 30 | #include <string.h> |
31 | #include <time.h> | ||
31 | 32 | ||
32 | #include "key.h" | 33 | #include "key.h" |
33 | #include "hostfile.h" | 34 | #include "hostfile.h" |
diff --git a/loginrec.c b/loginrec.c index e59127747..b41114198 100644 --- a/loginrec.c +++ b/loginrec.c | |||
@@ -161,6 +161,7 @@ | |||
161 | #include <pwd.h> | 161 | #include <pwd.h> |
162 | #include <stdarg.h> | 162 | #include <stdarg.h> |
163 | #include <string.h> | 163 | #include <string.h> |
164 | #include <time.h> | ||
164 | #include <unistd.h> | 165 | #include <unistd.h> |
165 | 166 | ||
166 | #include "xmalloc.h" | 167 | #include "xmalloc.h" |