From: Roy Marples Date: Sat, 30 Nov 2013 09:43:39 +0000 (+0000) Subject: Fix a warning X-Git-Tag: v6.2.0~27 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=a138e85a172fe77b8e6a1efcbfd8e30101a9ee02;p=thirdparty%2Fdhcpcd.git Fix a warning --- diff --git a/if-options.c b/if-options.c index 7107eb13..8f59d1b5 100644 --- a/if-options.c +++ b/if-options.c @@ -1416,9 +1416,10 @@ read_config(const char *file, { struct if_options *ifo; FILE *f; - char *buf, *line, *option, *p; + char *line, *option, *p; int skip = 0, have_profile = 0; #ifndef EMBEDDED_CONFIG + char *buf; const char **e; size_t buflen, ol; #endif