diff options
| author | Glenn L McGrath <bug1@ihug.co.nz> | 2003-10-03 08:28:59 +0000 |
|---|---|---|
| committer | Glenn L McGrath <bug1@ihug.co.nz> | 2003-10-03 08:28:59 +0000 |
| commit | 8ac86e33a279192cc94be9fc5611e797216f523c (patch) | |
| tree | eca54d7e694e7b8ebc6beaeab5a6b8a503cde8e4 /scripts | |
| parent | 4a77c781ef9a599ccff0b9736f96ec3b1cc3b50e (diff) | |
| download | busybox-w32-8ac86e33a279192cc94be9fc5611e797216f523c.tar.gz busybox-w32-8ac86e33a279192cc94be9fc5611e797216f523c.tar.bz2 busybox-w32-8ac86e33a279192cc94be9fc5611e797216f523c.zip | |
Patch by Rob Landley, fix warning
Diffstat (limited to 'scripts')
| -rw-r--r-- | scripts/config/confdata.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/scripts/config/confdata.c b/scripts/config/confdata.c index c6a2864dc..768f771d0 100644 --- a/scripts/config/confdata.c +++ b/scripts/config/confdata.c | |||
| @@ -342,13 +342,13 @@ int conf_write(const char *name) | |||
| 342 | if (out_h) | 342 | if (out_h) |
| 343 | fprintf(out_h, "#undef %s\n", sym->name); | 343 | fprintf(out_h, "#undef %s\n", sym->name); |
| 344 | break; | 344 | break; |
| 345 | #if 0 | ||
| 346 | case mod: | 345 | case mod: |
| 346 | #if 0 | ||
| 347 | fprintf(out, "%s=m\n", sym->name); | 347 | fprintf(out, "%s=m\n", sym->name); |
| 348 | if (out_h) | 348 | if (out_h) |
| 349 | fprintf(out_h, "#define %s_MODULE 1\n", sym->name); | 349 | fprintf(out_h, "#define %s_MODULE 1\n", sym->name); |
| 350 | break; | ||
| 351 | #endif | 350 | #endif |
| 351 | break; | ||
| 352 | case yes: | 352 | case yes: |
| 353 | fprintf(out, "%s=y\n", sym->name); | 353 | fprintf(out, "%s=y\n", sym->name); |
| 354 | if (out_h) | 354 | if (out_h) |
