Removed useless prototypes for libc calls, compiles with -O2 then

This commit is contained in:
Pierre Pronchery 2004-04-11 01:08:06 +00:00
parent b93a5f34d5
commit f201bfdb1f

View File

@ -6,14 +6,10 @@
extern int optind;
#include <pwd.h>
#include <grp.h>
struct group *getgrent(void);
void setgrent(void);
void endgrent(void);
#include <sys/types.h>
#include <stdlib.h>
#include <stdio.h>
#include <string.h>
char * strdup(char const * s);
/* print_gid */