optarg and optind are declared in unistd.h, so don't redundantly
declare them here.
This commit is contained in:
parent
20b367cea1
commit
6fdc941228
@ -118,8 +118,6 @@ char **argv;
|
||||
{
|
||||
struct sockaddr_in sin;
|
||||
struct hostent *hent;
|
||||
extern char *optarg;
|
||||
extern int optind;
|
||||
char *domainname;
|
||||
int c;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user