diff options
author | "Vladimir N. Oleynik" <dzo@simtreas.ru> | 2005-09-22 15:07:33 +0000 |
---|---|---|
committer | "Vladimir N. Oleynik" <dzo@simtreas.ru> | 2005-09-22 15:07:33 +0000 |
commit | 2f9c30a2d567ba7bdb6351e0167eb0b59735b898 (patch) | |
tree | e811a2285654327b344c1fb242683acb2782f2b8 /networking/udhcp/script.c | |
parent | ac9731704a03d08b061ee02853e7cebe36964aba (diff) | |
download | busybox-w32-2f9c30a2d567ba7bdb6351e0167eb0b59735b898.tar.gz busybox-w32-2f9c30a2d567ba7bdb6351e0167eb0b59735b898.tar.bz2 busybox-w32-2f9c30a2d567ba7bdb6351e0167eb0b59735b898.zip |
safe exported namespace for udhcp. Not full, bore :-(
Diffstat (limited to 'networking/udhcp/script.c')
-rw-r--r-- | networking/udhcp/script.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/networking/udhcp/script.c b/networking/udhcp/script.c index 820fbb064..e08d765bb 100644 --- a/networking/udhcp/script.c +++ b/networking/udhcp/script.c | |||
@@ -33,6 +33,7 @@ | |||
33 | #include "dhcpd.h" | 33 | #include "dhcpd.h" |
34 | #include "dhcpc.h" | 34 | #include "dhcpc.h" |
35 | #include "common.h" | 35 | #include "common.h" |
36 | #include "script.h" | ||
36 | 37 | ||
37 | /* get a rough idea of how long an option will be (rounding up...) */ | 38 | /* get a rough idea of how long an option will be (rounding up...) */ |
38 | static const int max_option_length[] = { | 39 | static const int max_option_length[] = { |