From: Roy Marples Date: Mon, 11 Aug 2008 09:21:07 +0000 (+0000) Subject: No longer need these. X-Git-Tag: v4.0.2~68 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ef53de735fad7fb3036e4bb83824f3b36aac3e9d;p=thirdparty%2Fdhcpcd.git No longer need these. --- diff --git a/dhcpcd.h b/dhcpcd.h index e8c378ff..07ceee6e 100644 --- a/dhcpcd.h +++ b/dhcpcd.h @@ -47,13 +47,6 @@ #define USERCLASS_MAX_LEN 255 #define VENDOR_MAX_LEN 255 -#ifdef THERE_IS_NO_FORK -extern char dhcpcd[PATH_MAX]; -extern char **dhcpcd_argv; -extern int dhcpcd_argc; -extern char *dhcpcd_skiproutes; -#endif - #define DHCPCD_ARP (1 << 0) #define DHCPCD_DOMAIN (1 << 2) #define DHCPCD_GATEWAY (1 << 3)