mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Because optarg and optind are defined in unistd.h,
remove the defination here.
This commit is contained in:
parent
4f590175b7
commit
3254fa322f
1 changed files with 0 additions and 3 deletions
|
|
@ -55,9 +55,6 @@ struct exec {
|
|||
};
|
||||
#define A_MAGIC 0x01030107
|
||||
|
||||
extern char *optarg;
|
||||
extern int optind;
|
||||
|
||||
static void usage(void);
|
||||
|
||||
/*
|
||||
|
|
|
|||
Loading…
Reference in a new issue