diff options
Diffstat (limited to '')
| -rw-r--r-- | src/lib/libc/net/getnetbyaddr.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lib/libc/net/getnetbyaddr.c b/src/lib/libc/net/getnetbyaddr.c index 3d2b6e0352..76431a79a9 100644 --- a/src/lib/libc/net/getnetbyaddr.c +++ b/src/lib/libc/net/getnetbyaddr.c | |||
| @@ -32,7 +32,7 @@ | |||
| 32 | */ | 32 | */ |
| 33 | 33 | ||
| 34 | #if defined(LIBC_SCCS) && !defined(lint) | 34 | #if defined(LIBC_SCCS) && !defined(lint) |
| 35 | static char rcsid[] = "$OpenBSD: getnetbyaddr.c,v 1.3 1997/03/13 19:07:25 downsj Exp $"; | 35 | static char rcsid[] = "$OpenBSD: getnetbyaddr.c,v 1.4 1997/04/05 21:13:06 millert Exp $"; |
| 36 | #endif /* LIBC_SCCS and not lint */ | 36 | #endif /* LIBC_SCCS and not lint */ |
| 37 | 37 | ||
| 38 | #include <netdb.h> | 38 | #include <netdb.h> |
| @@ -41,7 +41,7 @@ extern int _net_stayopen; | |||
| 41 | 41 | ||
| 42 | struct netent * | 42 | struct netent * |
| 43 | _getnetbyaddr(net, type) | 43 | _getnetbyaddr(net, type) |
| 44 | register unsigned long net; | 44 | register in_addr_t net; |
| 45 | register int type; | 45 | register int type; |
| 46 | { | 46 | { |
| 47 | register struct netent *p; | 47 | register struct netent *p; |
