From e0554a531f17f56167f978eddf29a09cc6ae9f32 Mon Sep 17 00:00:00 2001 From: Jacques Vidrine Date: Sun, 16 Feb 2003 17:29:11 +0000 Subject: Eliminate 61 warnings emitted at WARNS=2 (leaving 53 to go). Only warnings that could be fixed without changing the generated object code and without restructuring the source code have been handled. Reviewed by: /sbin/md5 --- lib/libc/gen/getpwent.c | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'lib/libc/gen/getpwent.c') diff --git a/lib/libc/gen/getpwent.c b/lib/libc/gen/getpwent.c index a3bfed869d7a..cf7c644ba8c5 100644 --- a/lib/libc/gen/getpwent.c +++ b/lib/libc/gen/getpwent.c @@ -52,6 +52,7 @@ __FBSDID("$FreeBSD$"); #include #include #include +#include #ifdef HESIOD #include #endif @@ -64,10 +65,6 @@ __FBSDID("$FreeBSD$"); #endif #include "un-namespace.h" -extern void setnetgrent(char *); -extern int getnetgrent(char **, char **, char **); -extern int innetgr(const char *, const char *, const char *, const char *); - #include "pw_scan.h" #if defined(YP) || defined(HESIOD) -- cgit v1.2.3