From: Roy Marples Date: Thu, 1 May 2008 19:30:11 +0000 (+0000) Subject: Fix commandline compat. X-Git-Tag: v4.0.2~442 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=18d36949d263f2534b421b0759d7904d8e5432bb;p=thirdparty%2Fdhcpcd.git Fix commandline compat. --- diff --git a/dhcpcd.c b/dhcpcd.c index 7c62aa4b..1863db14 100644 --- a/dhcpcd.c +++ b/dhcpcd.c @@ -105,7 +105,9 @@ char **dhcpcd_argv = NULL; int dhcpcd_argc = 0; char *dhcpcd_skiproutes = NULL; #define EXTRA_OPTS "XZ:" -#elif CMDLINE_COMAPT +#endif + +#ifdef CMDLINE_COMPAT # define EXTRA_OPTS "HMNRSY" #endif