diff options
author | Denis Vlasenko <vda.linux@googlemail.com> | 2007-02-04 02:41:57 +0000 |
---|---|---|
committer | Denis Vlasenko <vda.linux@googlemail.com> | 2007-02-04 02:41:57 +0000 |
commit | e99130340610a09de7581abe5c127c024347bc32 (patch) | |
tree | 85f96b893cc174965b65d8691901da659468ed97 /console-tools | |
parent | 10944524238532ad35aaefec89cf7cc950745d6b (diff) | |
download | busybox-w32-e99130340610a09de7581abe5c127c024347bc32.tar.gz busybox-w32-e99130340610a09de7581abe5c127c024347bc32.tar.bz2 busybox-w32-e99130340610a09de7581abe5c127c024347bc32.zip |
udhcp: use improved gethostbyname replacement from IPv6 code
Diffstat (limited to 'console-tools')
-rw-r--r-- | console-tools/setlogcons.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/console-tools/setlogcons.c b/console-tools/setlogcons.c index ae15b9b28..7b5addca7 100644 --- a/console-tools/setlogcons.c +++ b/console-tools/setlogcons.c | |||
@@ -11,7 +11,8 @@ | |||
11 | 11 | ||
12 | #include "busybox.h" | 12 | #include "busybox.h" |
13 | 13 | ||
14 | extern int setlogcons_main(int argc, char **argv) | 14 | int setlogcons_main(int argc, char **argv); |
15 | int setlogcons_main(int argc, char **argv) | ||
15 | { | 16 | { |
16 | struct { | 17 | struct { |
17 | char fn; | 18 | char fn; |