No need to define externs for getopt interface.
This commit is contained in:
parent
534734ed17
commit
f61a3412d9
@ -14,6 +14,7 @@
|
||||
* dir1 "Soll"
|
||||
* dir2 "Ist"
|
||||
*
|
||||
* $FreeBSD$
|
||||
*/
|
||||
|
||||
#include <sys/types.h>
|
||||
@ -495,8 +496,6 @@ int
|
||||
main(int argc, char **argv)
|
||||
{
|
||||
int i;
|
||||
extern char *optarg;
|
||||
extern int optind;
|
||||
|
||||
setbuf(stderr, NULL);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user