diff options
author | vda <vda@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 2007-02-04 02:41:57 +0000 |
---|---|---|
committer | vda <vda@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 2007-02-04 02:41:57 +0000 |
commit | b7512dff20572cdfc656d4ba015ab045718e2b97 (patch) | |
tree | 85f96b893cc174965b65d8691901da659468ed97 /console-tools | |
parent | 0c2c6a5e41a20132a6c2b320f2ce1f7bc3010072 (diff) | |
download | busybox-w32-b7512dff20572cdfc656d4ba015ab045718e2b97.tar.gz busybox-w32-b7512dff20572cdfc656d4ba015ab045718e2b97.tar.bz2 busybox-w32-b7512dff20572cdfc656d4ba015ab045718e2b97.zip |
udhcp: use improved gethostbyname replacement from IPv6 code
git-svn-id: svn://busybox.net/trunk/busybox@17752 69ca8d6d-28ef-0310-b511-8ec308f3f277
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; |