diff options
author | Denis Vlasenko <vda.linux@googlemail.com> | 2006-11-18 19:51:32 +0000 |
---|---|---|
committer | Denis Vlasenko <vda.linux@googlemail.com> | 2006-11-18 19:51:32 +0000 |
commit | 5a3395bc01cd4b11309595a6ecdaf32f8279f378 (patch) | |
tree | 1e63aa591a05e9ec75aefdcd639ca4188e583648 /networking/udhcp/options.c | |
parent | abfc4cf6d8b9c59724aceb70df5081a1368fdb62 (diff) | |
download | busybox-w32-5a3395bc01cd4b11309595a6ecdaf32f8279f378.tar.gz busybox-w32-5a3395bc01cd4b11309595a6ecdaf32f8279f378.tar.bz2 busybox-w32-5a3395bc01cd4b11309595a6ecdaf32f8279f378.zip |
udhcp: fix indentation and style.
Eliminate (group) a lot of smallish *.h files
Remove lots of unneeded #includes
Diffstat (limited to 'networking/udhcp/options.c')
-rw-r--r-- | networking/udhcp/options.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/networking/udhcp/options.c b/networking/udhcp/options.c index 5cc08cca0..9fcbc8474 100644 --- a/networking/udhcp/options.c +++ b/networking/udhcp/options.c | |||
@@ -4,13 +4,9 @@ | |||
4 | * Rewrite by Russ Dill <Russ.Dill@asu.edu> July 2001 | 4 | * Rewrite by Russ Dill <Russ.Dill@asu.edu> July 2001 |
5 | */ | 5 | */ |
6 | 6 | ||
7 | #include <stdlib.h> | ||
8 | #include <string.h> | ||
9 | |||
10 | #include "common.h" | 7 | #include "common.h" |
11 | #include "dhcpd.h" | 8 | #include "dhcpd.h" |
12 | #include "options.h" | 9 | #include "options.h" |
13 | #include "files.h" | ||
14 | 10 | ||
15 | 11 | ||
16 | /* supported options are easily added here */ | 12 | /* supported options are easily added here */ |