diff options
| author | Roy Marples <roy@marples.name> | 2008-09-15 16:43:27 +0000 |
|---|---|---|
| committer | Roy Marples <roy@marples.name> | 2008-09-15 16:43:27 +0000 |
| commit | 5c957ca3d31c126fbd173f1191712687068a47c8 (patch) | |
| tree | 4f77b5861473ef268d7862f4e883d137b1ee2dd3 /if-options.c | |
| parent | a2a9a498da4327ecf2fdec8560bb9a3557490fa9 (diff) | |
| download | dhcpcd-5c957ca3d31c126fbd173f1191712687068a47c8.tar.xz | |
Fix reboot timeout in dhcpcd.conf.
Diffstat (limited to 'if-options.c')
| -rw-r--r-- | if-options.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/if-options.c b/if-options.c index da16e4c2..26fef059 100644 --- a/if-options.c +++ b/if-options.c @@ -46,10 +46,6 @@ #include "if-options.h" #include "net.h" -/* Don't set any optional arguments here so we retain POSIX - * compatibility with getopt */ -#define OPTS "bc:df:h:i:kl:m:no:pqr:s:t:u:v:xy:z:ABC:DEF:GI:KLO:Q:TVX:Z:" - const struct option cf_options[] = { {"background", no_argument, NULL, 'b'}, {"script", required_argument, NULL, 'c'}, |
