From: Glenn L McGrath Date: Sun, 10 Nov 2002 13:20:35 +0000 (-0000) Subject: Fixup a previous define X-Git-Tag: 1_00_pre1~463 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=eebe31d9979917242bd55274cd153ef08a289480;p=oweals%2Fbusybox.git Fixup a previous define --- diff --git a/networking/ifupdown.c b/networking/ifupdown.c index 392bdf04d..dda530a99 100644 --- a/networking/ifupdown.c +++ b/networking/ifupdown.c @@ -715,7 +715,7 @@ static interfaces_file *read_interfaces(char *filename) } if (strcmp(firstword, "mapping") == 0) { -#if 0 +#ifdef CONFIG_FEATURE_IFUPDOWN_MAPPING currmap = xmalloc(sizeof(mapping_defn)); currmap->max_matches = 0; currmap->n_matches = 0;