Fix time () prototype.
This commit is contained in:
parent
8c4d98edc1
commit
462794685f
@ -1,3 +1,7 @@
|
||||
2007-12-09 Nicolas François <nicolas.francois@centraliens.net>
|
||||
|
||||
* libmisc/pwd2spwd.c: Fix time() prototype.
|
||||
|
||||
2007-12-08 Nicolas François <nicolas.francois@centraliens.net>
|
||||
|
||||
* man/login.defs.d/CONSOLE_GROUPS.xml,
|
||||
|
@ -35,7 +35,7 @@
|
||||
#include "prototypes.h"
|
||||
#include "defines.h"
|
||||
#include <pwd.h>
|
||||
extern time_t time ();
|
||||
extern time_t time (time_t *);
|
||||
|
||||
/*
|
||||
* pwd_to_spwd - create entries for new spwd structure
|
||||
|
Loading…
Reference in New Issue
Block a user