Removed getopt() prototype

This commit is contained in:
Pierre Pronchery 2004-04-02 00:10:57 +00:00
parent 84d102e30d
commit 1ed1dea61a

View File

@ -4,7 +4,6 @@
#include <sys/utsname.h>
#include <unistd.h>
int getopt(int argc, char * const argv[], const char *optstring);
#include <stdio.h>