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 */
_______________________________________________
svn-src-head@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-head
To unsubscribe, send any mail to "svn-src-head-unsubscr...@freebsd.org"

Reply via email to