Removed useless prototypes for libc calls, compiles with -O2 then
This commit is contained in:
parent
b93a5f34d5
commit
f201bfdb1f
4
src/id.c
4
src/id.c
|
@ -6,14 +6,10 @@
|
||||||
extern int optind;
|
extern int optind;
|
||||||
#include <pwd.h>
|
#include <pwd.h>
|
||||||
#include <grp.h>
|
#include <grp.h>
|
||||||
struct group *getgrent(void);
|
|
||||||
void setgrent(void);
|
|
||||||
void endgrent(void);
|
|
||||||
#include <sys/types.h>
|
#include <sys/types.h>
|
||||||
#include <stdlib.h>
|
#include <stdlib.h>
|
||||||
#include <stdio.h>
|
#include <stdio.h>
|
||||||
#include <string.h>
|
#include <string.h>
|
||||||
char * strdup(char const * s);
|
|
||||||
|
|
||||||
|
|
||||||
/* print_gid */
|
/* print_gid */
|
||||||
|
|
Loading…
Reference in New Issue
Block a user