From f201bfdb1f71084b3fae74de530e671aab1cc573 Mon Sep 17 00:00:00 2001 From: Pierre Pronchery Date: Sun, 11 Apr 2004 01:08:06 +0000 Subject: [PATCH] Removed useless prototypes for libc calls, compiles with -O2 then --- src/id.c | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/id.c b/src/id.c index 74a2ae3..2253828 100644 --- a/src/id.c +++ b/src/id.c @@ -6,14 +6,10 @@ extern int optind; #include #include -struct group *getgrent(void); -void setgrent(void); -void endgrent(void); #include #include #include #include -char * strdup(char const * s); /* print_gid */