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/pwd.h | 7 ------- 1 file changed, 7 deletions(-) (limited to 'src/include/pwd.h') diff --git a/src/include/pwd.h b/src/include/pwd.h index 6ad4faf..22aa835 100644 --- a/src/include/pwd.h +++ b/src/include/pwd.h @@ -10,11 +10,4 @@ #include -#ifdef _GNU_SOURCE -#include -extern struct passwd *fgetpwent (FILE *) ; -extern int fgetpwent_r (FILE *, struct passwd *, char *, size_t, struct passwd **) ; -extern int putpwent (struct passwd const *, FILE *) ; -#endif - #endif -- cgit v1.2.3