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:
emaste 2010-09-23 17:47:46 +00:00
parent 546a45b306
commit 55227154b6

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