Fix conflict with new getopt
This commit is contained in:
parent
d52f9d1109
commit
99b9606ea5
@ -129,7 +129,7 @@ typedef enum {
|
|||||||
// enumeration uses a word, instead of a byte, in case we
|
// enumeration uses a word, instead of a byte, in case we
|
||||||
// really expand this structure sometime soon.
|
// really expand this structure sometime soon.
|
||||||
|
|
||||||
} option __attribute__((packed));
|
} max_option __attribute__((packed));
|
||||||
|
|
||||||
|
|
||||||
// ------------------------------------------------------------------
|
// ------------------------------------------------------------------
|
||||||
@ -519,7 +519,7 @@ struct _ovride {
|
|||||||
/* Only one of 'opt' or 'name' should be used. If opt==0, use name. If *
|
/* Only one of 'opt' or 'name' should be used. If opt==0, use name. If *
|
||||||
* name==0, use opt. */
|
* name==0, use opt. */
|
||||||
|
|
||||||
option opt; /* Type of menu option to override ...OR... */
|
max_option opt; /* Type of menu option to override ...OR... */
|
||||||
byte name; /* First letter of command to override */
|
byte name; /* First letter of command to override */
|
||||||
byte rsvd1; /* Reserved for future use */
|
byte rsvd1; /* Reserved for future use */
|
||||||
zstr acs; /* New ACS required to access option */
|
zstr acs; /* New ACS required to access option */
|
||||||
|
Reference in New Issue
Block a user