summaryrefslogtreecommitdiffstats
path: root/if-options.c
diff options
context:
space:
mode:
authorRoy Marples <roy@marples.name>2008-09-15 16:43:27 +0000
committerRoy Marples <roy@marples.name>2008-09-15 16:43:27 +0000
commit5c957ca3d31c126fbd173f1191712687068a47c8 (patch)
tree4f77b5861473ef268d7862f4e883d137b1ee2dd3 /if-options.c
parenta2a9a498da4327ecf2fdec8560bb9a3557490fa9 (diff)
downloaddhcpcd-5c957ca3d31c126fbd173f1191712687068a47c8.tar.xz
Fix reboot timeout in dhcpcd.conf.
Diffstat (limited to 'if-options.c')
-rw-r--r--if-options.c4
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'},