svn commit: r213080 - head/sys/rpc

Ed Maste emaste at FreeBSD.org
Thu Sep 23 17:47:46 UTC 2010


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 */


More information about the svn-src-head mailing list