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
This commit is contained in:
Ed Maste 2010-09-23 17:47:46 +00:00
parent 1400f514d3
commit d370b81fd9
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=213080

View File

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