Skip to content

Commit

Permalink
- (dtucker) [auth-shadow.c loginrec.c] Include time.h for time(2) pr…
Browse files Browse the repository at this point in the history
…ototype.
  • Loading branch information
daztucker committed Apr 29, 2007
1 parent 781e7a2 commit d757e69
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 1 deletion.
3 changes: 2 additions & 1 deletion ChangeLog
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
20070429
- (dtucker) [openbsd-compat/bsd-misc.c] Include unistd.h and sys/types.h
for select(2) prototype.
- (dtucker) [auth-shadow.c loginrec.c] Include time.h for time(2) prototype.

20070406
- (dtucker) [INSTALL] Update the systems that have PAM as standard. Link
Expand Down Expand Up @@ -2882,4 +2883,4 @@
OpenServer 6 and add osr5bigcrypt support so when someone migrates
passwords between UnixWare and OpenServer they will still work. OK dtucker@

$Id: ChangeLog,v 1.4652 2007/04/29 02:06:55 dtucker Exp $
$Id: ChangeLog,v 1.4653 2007/04/29 02:10:57 dtucker Exp $
1 change: 1 addition & 0 deletions auth-shadow.c
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@
#include <shadow.h>
#include <stdarg.h>
#include <string.h>
#include <time.h>

#include "key.h"
#include "hostfile.h"
Expand Down
1 change: 1 addition & 0 deletions loginrec.c
Original file line number Diff line number Diff line change
Expand Up @@ -161,6 +161,7 @@
#include <pwd.h>
#include <stdarg.h>
#include <string.h>
#include <time.h>
#include <unistd.h>

#include "xmalloc.h"
Expand Down

0 comments on commit d757e69

Please sign in to comment.