diff options
author | Nguyễn Thái Ngọc Duy <pclouds@gmail.com> | 2009-04-27 20:15:49 +1000 |
---|---|---|
committer | Nguyễn Thái Ngọc Duy <pclouds@gmail.com> | 2009-04-28 14:31:59 +1000 |
commit | 087b73d87ebab807ba38e2d543756ac2bc17becc (patch) | |
tree | 46dcd5e936d72cc56b1af15c5be5c2c3696b412b /libbb/Kbuild | |
parent | 1756cc5943aa545f2f18fff60d56ad0886ef6145 (diff) | |
download | busybox-w32-087b73d87ebab807ba38e2d543756ac2bc17becc.tar.gz busybox-w32-087b73d87ebab807ba38e2d543756ac2bc17becc.tar.bz2 busybox-w32-087b73d87ebab807ba38e2d543756ac2bc17becc.zip |
libbb/xconnect: initialize winsock before using it
Diffstat (limited to 'libbb/Kbuild')
-rw-r--r-- | libbb/Kbuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libbb/Kbuild b/libbb/Kbuild index dca58d6f7..e335a95dc 100644 --- a/libbb/Kbuild +++ b/libbb/Kbuild | |||
@@ -22,7 +22,6 @@ lib-y += setup_environment.o | |||
22 | lib-y += speed_table.o | 22 | lib-y += speed_table.o |
23 | lib-y += vfork_daemon_rexec.o | 23 | lib-y += vfork_daemon_rexec.o |
24 | lib-y += vinfo_msg.o | 24 | lib-y += vinfo_msg.o |
25 | lib-y += xconnect.o | ||
26 | lib-y += xgethostbyname.o | 25 | lib-y += xgethostbyname.o |
27 | endif | 26 | endif |
28 | 27 | ||
@@ -99,6 +98,7 @@ lib-y += wfopen_input.o | |||
99 | lib-y += xatonum.o | 98 | lib-y += xatonum.o |
100 | lib-y += xfuncs.o | 99 | lib-y += xfuncs.o |
101 | lib-y += xgetcwd.o | 100 | lib-y += xgetcwd.o |
101 | lib-y += xconnect.o | ||
102 | lib-y += xreadlink.o | 102 | lib-y += xreadlink.o |
103 | 103 | ||
104 | # conditionally compiled objects: | 104 | # conditionally compiled objects: |