Deleted Added
full compact
25c25
< * $FreeBSD: head/lib/libc/net/netdb_private.h 145635 2005-04-28 18:52:40Z ume $
---
> * $FreeBSD: head/lib/libc/net/netdb_private.h 146244 2005-05-15 20:15:15Z ume $
31d30
< #include <sys/_types.h>
34,38d32
< #ifndef _UINT32_T_DECLARED
< typedef __uint32_t uint32_t;
< #define _UINT32_T_DECLARED
< #endif
<
158c152
< int getnetbyaddr_r(unsigned long addr, int af, struct netent *,
---
> int getnetbyaddr_r(uint32_t addr, int af, struct netent *,