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:
4a77c78
)
Patch by Rob Landley, fix warning
author
Glenn L McGrath
<bug1@ihug.co.nz>
Fri, 3 Oct 2003 08:28:59 +0000
(08:28 -0000)
committer
Glenn L McGrath
<bug1@ihug.co.nz>
Fri, 3 Oct 2003 08:28:59 +0000
(08:28 -0000)
scripts/config/confdata.c
patch
|
blob
|
history
diff --git
a/scripts/config/confdata.c
b/scripts/config/confdata.c
index c6a2864dc76563dc10f5a021df95028338c10098..768f771d0d88aa6d0fb3d00070bb6952c74be0ef 100644
(file)
--- a/
scripts/config/confdata.c
+++ b/
scripts/config/confdata.c
@@
-342,13
+342,13
@@
int conf_write(const char *name)
if (out_h)
fprintf(out_h, "#undef %s\n", sym->name);
break;
-#if 0
case mod:
+#if 0
fprintf(out, "%s=m\n", sym->name);
if (out_h)
fprintf(out_h, "#define %s_MODULE 1\n", sym->name);
- break;
#endif
+ break;
case yes:
fprintf(out, "%s=y\n", sym->name);
if (out_h)