mirror of
https://github.com/opnsense/src.git
synced 2026-06-08 16:22:46 -04:00
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:
parent
1400f514d3
commit
d370b81fd9
1 changed files with 0 additions and 7 deletions
|
|
@ -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 */
|
||||
|
|
|
|||
Loading…
Reference in a new issue