diff options
Diffstat (limited to 'src/lib')
| -rw-r--r-- | src/lib/libc/net/gethostnamadr.c | 3 | 
1 files changed, 2 insertions, 1 deletions
| diff --git a/src/lib/libc/net/gethostnamadr.c b/src/lib/libc/net/gethostnamadr.c index cd327b6a0d..62e14693a4 100644 --- a/src/lib/libc/net/gethostnamadr.c +++ b/src/lib/libc/net/gethostnamadr.c | |||
| @@ -52,7 +52,7 @@ | |||
| 52 | */ | 52 | */ | 
| 53 | 53 | ||
| 54 | #if defined(LIBC_SCCS) && !defined(lint) | 54 | #if defined(LIBC_SCCS) && !defined(lint) | 
| 55 | static char rcsid[] = "$OpenBSD: gethostnamadr.c,v 1.7 1996/08/19 08:28:40 tholo Exp $"; | 55 | static char rcsid[] = "$OpenBSD: gethostnamadr.c,v 1.8 1996/09/15 10:09:12 tholo Exp $"; | 
| 56 | #endif /* LIBC_SCCS and not lint */ | 56 | #endif /* LIBC_SCCS and not lint */ | 
| 57 | 57 | ||
| 58 | #include <sys/param.h> | 58 | #include <sys/param.h> | 
| @@ -70,6 +70,7 @@ static char rcsid[] = "$OpenBSD: gethostnamadr.c,v 1.7 1996/08/19 08:28:40 tholo | |||
| 70 | #include <rpc/rpc.h> | 70 | #include <rpc/rpc.h> | 
| 71 | #include <rpcsvc/yp.h> | 71 | #include <rpcsvc/yp.h> | 
| 72 | #include <rpcsvc/ypclnt.h> | 72 | #include <rpcsvc/ypclnt.h> | 
| 73 | #include "ypinternal.h" | ||
| 73 | #endif | 74 | #endif | 
| 74 | 75 | ||
| 75 | #define MAXALIASES 35 | 76 | #define MAXALIASES 35 | 
