projects
/
oweals
/
busybox.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
49a28b3
)
Fixup a previous define
author
Glenn L McGrath
<bug1@ihug.co.nz>
Sun, 10 Nov 2002 13:20:35 +0000
(13:20 -0000)
committer
Glenn L McGrath
<bug1@ihug.co.nz>
Sun, 10 Nov 2002 13:20:35 +0000
(13:20 -0000)
networking/ifupdown.c
patch
|
blob
|
history
diff --git
a/networking/ifupdown.c
b/networking/ifupdown.c
index 392bdf04d9fa66d54cc5030e9d9a80dcb302f65f..dda530a99bf4742033858c594511a89da0bb93d0 100644
(file)
--- 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
+#if
def CONFIG_FEATURE_IFUPDOWN_MAPPING
currmap = xmalloc(sizeof(mapping_defn));
currmap->max_matches = 0;
currmap->n_matches = 0;