From d9aa3d164d96efb68aa48555fe3f64d7b68b4c65 Mon Sep 17 00:00:00 2001 From: imp Date: Thu, 1 Mar 2001 06:20:51 +0000 Subject: optarg and optind are declared in unistd.h, so don't redundantly declare them here. --- usr.sbin/ypset/ypset.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'usr.sbin/ypset') diff --git a/usr.sbin/ypset/ypset.c b/usr.sbin/ypset/ypset.c index b639ad9..305857a 100644 --- a/usr.sbin/ypset/ypset.c +++ b/usr.sbin/ypset/ypset.c @@ -118,8 +118,6 @@ char **argv; { struct sockaddr_in sin; struct hostent *hent; - extern char *optarg; - extern int optind; char *domainname; int c; -- cgit v1.1