summaryrefslogtreecommitdiff
path: root/src/lib
diff options
context:
space:
mode:
authortholo <>1996-09-15 10:09:12 +0000
committertholo <>1996-09-15 10:09:12 +0000
commitcfb0356de847ac95572c942fd6484acd65cc757c (patch)
treeb47aaab88dfc0e3f39259977534cb0aee8f91c5a /src/lib
parent27b62657a94b21845fcea14320c285cb5b1a2800 (diff)
downloadopenbsd-cfb0356de847ac95572c942fd6484acd65cc757c.tar.gz
openbsd-cfb0356de847ac95572c942fd6484acd65cc757c.tar.bz2
openbsd-cfb0356de847ac95572c942fd6484acd65cc757c.zip
Add a couple of syscalls; bring more prototypes into scope
Diffstat (limited to 'src/lib')
-rw-r--r--src/lib/libc/net/gethostnamadr.c3
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)
55static char rcsid[] = "$OpenBSD: gethostnamadr.c,v 1.7 1996/08/19 08:28:40 tholo Exp $"; 55static 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