"shadowio.h" was included for the definition of the spwd structure.
Replace this include by <shadow.h>
This commit is contained in:
parent
867034e3ba
commit
b7d372d8e3
@ -2,6 +2,8 @@
|
||||
|
||||
* lib/prototypes.h: grent.c does not exist anymore. Remove the
|
||||
putgrent prototype.
|
||||
* lib/prototypes.h: "shadowio.h" was included for the definition
|
||||
of the spwd structure. Replace this include by <shadow.h>
|
||||
|
||||
2008-01-01 Nicolas François <nicolas.francois@centraliens.net>
|
||||
|
||||
|
@ -23,7 +23,7 @@
|
||||
#endif
|
||||
#include <pwd.h>
|
||||
#include <grp.h>
|
||||
#include "shadowio.h"
|
||||
#include <shadow.h>
|
||||
|
||||
#include "defines.h"
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user