diff options
author | Glenn L McGrath | 2002-11-10 13:20:35 +0000 |
---|---|---|
committer | Glenn L McGrath | 2002-11-10 13:20:35 +0000 |
commit | eebe31d9979917242bd55274cd153ef08a289480 (patch) | |
tree | 0773af9331f7c767ec2502006f30acc127f8cd94 /networking | |
parent | 49a28b3b5ea56468e2f12305e3a37679b397b337 (diff) | |
download | busybox-eebe31d9979917242bd55274cd153ef08a289480.zip busybox-eebe31d9979917242bd55274cd153ef08a289480.tar.gz |
Fixup a previous define
Diffstat (limited to 'networking')
-rw-r--r-- | networking/ifupdown.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/networking/ifupdown.c b/networking/ifupdown.c index 392bdf0..dda530a 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; |