remove getopt & friend declarations, now unistd.h included
This commit is contained in:
parent
1bae15ffb0
commit
46c0a1dd07
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=47762
@ -118,7 +118,6 @@ main (argc, argv)
|
||||
int status = 0;
|
||||
char *nextarg;
|
||||
char *tmp;
|
||||
extern int optind;
|
||||
extern char *mkprogname ();
|
||||
char *is_section ();
|
||||
char **get_section_list ();
|
||||
@ -305,8 +304,6 @@ man_getopt (argc, argv)
|
||||
register char *p;
|
||||
register char *end;
|
||||
register char **mp;
|
||||
extern char *optarg;
|
||||
extern int getopt ();
|
||||
extern void downcase ();
|
||||
extern char *manpath ();
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user