aboutsummaryrefslogtreecommitdiff
path: root/include/inet_common.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/inet_common.h')
-rw-r--r--include/inet_common.h6
1 files changed, 1 insertions, 5 deletions
diff --git a/include/inet_common.h b/include/inet_common.h
index 680d441d2..1c16f6ca2 100644
--- a/include/inet_common.h
+++ b/include/inet_common.h
@@ -14,16 +14,12 @@
#include <sys/socket.h>
#include "platform.h"
-
-extern const char bb_INET_default[]; /* = "default" */
-
/* hostfirst!=0 If we expect this to be a hostname,
try hostname database first
*/
extern int INET_resolve(const char *name, struct sockaddr_in *s_in, int hostfirst);
-
-/* numeric: & 0x8000: default instead of *,
+/* numeric: & 0x8000: "default" instead of "*",
* & 0x4000: host instead of net,
* & 0x0fff: don't resolve
*/