summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--sys/rpc/inet_pton.c7
1 files changed, 0 insertions, 7 deletions
diff --git a/sys/rpc/inet_pton.c b/sys/rpc/inet_pton.c
index 943fad7..3881da9 100644
--- a/sys/rpc/inet_pton.c
+++ b/sys/rpc/inet_pton.c
@@ -218,11 +218,4 @@ inet_pton6(const char *src, u_char *dst)
return (1);
}
-/*
- * Weak aliases for applications that use certain private entry points,
- * and fail to include <arpa/inet.h>.
- */
-#undef inet_pton
-__weak_reference(__inet_pton, inet_pton);
-
/*! \file */
OpenPOWER on IntegriCloud