From 55227154b670f5196c5d8ffcba6b488a09dc1fed Mon Sep 17 00:00:00 2001 From: emaste Date: Thu, 23 Sep 2010 17:47:46 +0000 Subject: 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 --- sys/rpc/inet_pton.c | 7 ------- 1 file changed, 7 deletions(-) (limited to 'sys/rpc') 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 . - */ -#undef inet_pton -__weak_reference(__inet_pton, inet_pton); - /*! \file */ -- cgit v1.1