diff options
| author | Roy Marples <roy@marples.name> | 2009-04-15 09:15:53 +0000 |
|---|---|---|
| committer | Roy Marples <roy@marples.name> | 2009-04-15 09:15:53 +0000 |
| commit | 4ca7460fa346b6e8003847864a058ab5f8c0befd (patch) | |
| tree | 9a3e3c1ecb568f2cd56a07e21253c9a07bd8d064 /if-options.h | |
| parent | 80bf2e3592ac5e38f77fa2f729ac545ff1192d6e (diff) | |
| download | dhcpcd-4ca7460fa346b6e8003847864a058ab5f8c0befd.tar.xz | |
Some option only make sense in the configuration file, so remove short
options for them for future reuse.
Diffstat (limited to 'if-options.h')
| -rw-r--r-- | if-options.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/if-options.h b/if-options.h index 7fad0e5d..4b64e298 100644 --- a/if-options.h +++ b/if-options.h @@ -37,7 +37,7 @@ /* Don't set any optional arguments here so we retain POSIX * compatibility with getopt */ -#define IF_OPTS "a:bc:def:h:i:kl:m:no:pqr:s:t:u:v:xy:z:ABC:DEF:GI:KLN:O:Q:TVX:Z:" +#define IF_OPTS "bc:def:h:i:kl:m:no:pqr:s:t:u:v:xy:ABC:DEF:GI:KLN:O:Q:TVX:" #define DEFAULT_TIMEOUT 30 #define DEFAULT_REBOOT 10 @@ -91,7 +91,7 @@ struct if_options { char **environ; char script[PATH_MAX]; - char hostname[HOSTNAME_MAX_LEN + 1]; /* We don't store the lenth */ + char hostname[HOSTNAME_MAX_LEN + 1]; /* We don't store the length */ int fqdn; uint8_t vendorclassid[VENDORCLASSID_MAX_LEN + 2]; char clientid[CLIENTID_MAX_LEN + 2]; |
