Deleted Added
full compact
20a21,22
> #include <sys/cdefs.h>
> __FBSDID("$FreeBSD: head/lib/libc/inet/inet_neta.c 156956 2006-03-21 15:37:16Z ume $");
44c46
< * format a u_long network number into presentation format.
---
> * format an in_addr_t network number into presentation format.
54c56
< u_long src;
---
> in_addr_t src;
87a90,96
>
> /*
> * Weak aliases for applications that use certain private entry points,
> * and fail to include <arpa/inet.h>.
> */
> #undef inet_neta
> __weak_reference(__inet_neta, inet_neta);