Re: remove useless extern declaration

2016-10-20 Thread Theo Buehler
On Thu, Oct 20, 2016 at 09:11:17AM +0200, Martin Natano wrote: > On Wed, Oct 19, 2016 at 11:48:05PM +0200, Jan Stary wrote: > > extern char *optarg is already declared in unistd.h > > This is the only occurence in src/sbin and src/bin; > > others will follow in separate mails. > > > > Jan > >

Re: remove useless extern declaration

2016-10-20 Thread Martin Natano
On Wed, Oct 19, 2016 at 11:48:05PM +0200, Jan Stary wrote: > extern char *optarg is already declared in unistd.h > This is the only occurence in src/sbin and src/bin; > others will follow in separate mails. > > Jan > OK. > > Index: bioctl.c >

remove useless extern declaration

2016-10-19 Thread Jan Stary
extern char *optarg is already declared in unistd.h This is the only occurence in src/sbin and src/bin; others will follow in separate mails. Jan Index: bioctl.c === RCS file: /cvs/src/sbin/bioctl/bioctl.c,v retrieving revis