From 57abdf3eaa424deafda497a4a896328238353e18 Mon Sep 17 00:00:00 2001 From: Laurent Bercot Date: Sun, 6 Dec 2020 15:32:11 +0000 Subject: Prepare for 0.1.0.0, add --enable-libc-includes configure switch pwd.h, grp.h and shadow.h will not overwrite the libc headers by default anymore; you need to explicitly add the switch. --- src/include/shadow.h | 13 ------------- 1 file changed, 13 deletions(-) (limited to 'src/include/shadow.h') diff --git a/src/include/shadow.h b/src/include/shadow.h index 00d1944..96a2719 100644 --- a/src/include/shadow.h +++ b/src/include/shadow.h @@ -10,17 +10,4 @@ #include -#include - -extern struct spwd *fgetspent (FILE *) ; -extern struct spwd *sgetspent (char const *) ; -extern int putspent (struct spwd const *, FILE *) ; -extern int lckpwdf (void) ; -extern int ulckpwdf (void) ; - -#ifdef _DEFAULT_SOURCE -extern int fgetspent_r(FILE *, struct spwd *, char *, size_t, struct spwd **) ; -extern int sgetspent_r (char const *, struct spwd *, char *, size_t, struct spwd **) ; -#endif - #endif -- cgit v1.3.1