Date: Thu, 23 Sep 2010 17:47:46 +0000 (UTC) From: Ed Maste <emaste@FreeBSD.org> To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r213080 - head/sys/rpc Message-ID: <201009231747.o8NHlk3x076195@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: emaste Date: Thu Sep 23 17:47:46 2010 New Revision: 213080 URL: http://svn.freebsd.org/changeset/base/213080 Log: 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 Modified: head/sys/rpc/inet_pton.c Modified: head/sys/rpc/inet_pton.c ============================================================================== --- head/sys/rpc/inet_pton.c Thu Sep 23 17:37:57 2010 (r213079) +++ head/sys/rpc/inet_pton.c Thu Sep 23 17:47:46 2010 (r213080) @@ -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 */
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201009231747.o8NHlk3x076195>