aboutsummaryrefslogtreecommitdiff
path: root/sys/rpc
diff options
context:
space:
mode:
authorEd Maste <emaste@FreeBSD.org>2010-09-23 17:47:46 +0000
committerEd Maste <emaste@FreeBSD.org>2010-09-23 17:47:46 +0000
commitd370b81fd942a4e6e0aeb4bc90c9979d42a614c0 (patch)
tree4773a7b44b2f1eb9f11c394b960d56b2e882f3bb /sys/rpc
parent1400f514d350c050d960afd462d648f2f445f8b8 (diff)
downloadsrc-d370b81fd942a4e6e0aeb4bc90c9979d42a614c0.tar.gz
src-d370b81fd942a4e6e0aeb4bc90c9979d42a614c0.zip
Remove unnecessary weak reference that was apparently copied from the
version of this function in lib/libc/inet/inet_pton.c MFC after: 1 week
Notes
Notes: svn path=/head/; revision=213080
Diffstat (limited to 'sys/rpc')
-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 943fad7c6bd1..3881da9e2452 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 */