aboutsummaryrefslogtreecommitdiff
path: root/libbb
diff options
context:
space:
mode:
authorrpjday <rpjday@69ca8d6d-28ef-0310-b511-8ec308f3f277>2006-07-01 14:52:12 +0000
committerrpjday <rpjday@69ca8d6d-28ef-0310-b511-8ec308f3f277>2006-07-01 14:52:12 +0000
commitb6a3fd07ec903f1b8a2221de3be5d767b5599342 (patch)
treed88d2f2f16e9bbb8bf03943d4d1e9dd4c717b24e /libbb
parent71fd5a388bd24a8125f3f1ebf61a7ae7986b26c4 (diff)
downloadbusybox-w32-b6a3fd07ec903f1b8a2221de3be5d767b5599342.tar.gz
busybox-w32-b6a3fd07ec903f1b8a2221de3be5d767b5599342.tar.bz2
busybox-w32-b6a3fd07ec903f1b8a2221de3be5d767b5599342.zip
More removal of "#if 0" content.
git-svn-id: svn://busybox.net/trunk/busybox@15571 69ca8d6d-28ef-0310-b511-8ec308f3f277
Diffstat (limited to 'libbb')
-rw-r--r--libbb/inet_common.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/libbb/inet_common.c b/libbb/inet_common.c
index 0051edbdc..d9e545148 100644
--- a/libbb/inet_common.c
+++ b/libbb/inet_common.c
@@ -133,9 +133,6 @@ int INET_rresolve(char *name, size_t len, struct sockaddr_in *s_in,
133 133
134 if ((ad & (~netmask)) != 0 || (numeric & 0x4000)) 134 if ((ad & (~netmask)) != 0 || (numeric & 0x4000))
135 host = 1; 135 host = 1;
136#if 0
137 INET_nn = NULL;
138#endif
139 pn = INET_nn; 136 pn = INET_nn;
140 while (pn != NULL) { 137 while (pn != NULL) {
141 if (pn->addr.sin_addr.s_addr == ad && pn->host == host) { 138 if (pn->addr.sin_addr.s_addr == ad && pn->host == host) {