aboutsummaryrefslogtreecommitdiff
path: root/networking
diff options
context:
space:
mode:
authorbug1 <bug1@69ca8d6d-28ef-0310-b511-8ec308f3f277>2002-11-10 13:20:35 +0000
committerbug1 <bug1@69ca8d6d-28ef-0310-b511-8ec308f3f277>2002-11-10 13:20:35 +0000
commit79392f6168090747adb86e6df4869215ed0c6ef7 (patch)
tree0773af9331f7c767ec2502006f30acc127f8cd94 /networking
parent1ef46cdbc2d4b8518521b8db17b8a5f980138567 (diff)
downloadbusybox-w32-79392f6168090747adb86e6df4869215ed0c6ef7.tar.gz
busybox-w32-79392f6168090747adb86e6df4869215ed0c6ef7.tar.bz2
busybox-w32-79392f6168090747adb86e6df4869215ed0c6ef7.zip
Fixup a previous define
git-svn-id: svn://busybox.net/trunk/busybox@5898 69ca8d6d-28ef-0310-b511-8ec308f3f277
Diffstat (limited to 'networking')
-rw-r--r--networking/ifupdown.c2
1 files changed, 1 insertions, 1 deletions
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)
715 } 715 }
716 716
717 if (strcmp(firstword, "mapping") == 0) { 717 if (strcmp(firstword, "mapping") == 0) {
718#if 0 718#ifdef CONFIG_FEATURE_IFUPDOWN_MAPPING
719 currmap = xmalloc(sizeof(mapping_defn)); 719 currmap = xmalloc(sizeof(mapping_defn));
720 currmap->max_matches = 0; 720 currmap->max_matches = 0;
721 currmap->n_matches = 0; 721 currmap->n_matches = 0;