summaryrefslogtreecommitdiff
path: root/lib/libc/rpc
diff options
context:
space:
mode:
authoritojun <itojun@NetBSD.org>2000-01-26 07:06:03 +0000
committeritojun <itojun@NetBSD.org>2000-01-26 07:06:03 +0000
commite5aaa3fce098728aee2d8a19df4f12bc8f4d8784 (patch)
tree64d54232d7278f0ce5a6fe2671dff757cfd910d2 /lib/libc/rpc
parent1eea48680e22b64619172df250065891ade9f713 (diff)
fix include file. bindresvport() is declared in rpc/rpc.h, not netinet/in.h.
Diffstat (limited to 'lib/libc/rpc')
-rw-r--r--lib/libc/rpc/bindresvport.34
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libc/rpc/bindresvport.3 b/lib/libc/rpc/bindresvport.3
index 7f43158e60d..d1fc1c4748b 100644
--- a/lib/libc/rpc/bindresvport.3
+++ b/lib/libc/rpc/bindresvport.3
@@ -1,5 +1,5 @@
.\" @(#)bindresvport.3n 2.2 88/08/02 4.0 RPCSRC; from 1.7 88/03/14 SMI
-.\" $NetBSD: bindresvport.3,v 1.5 1998/02/05 18:49:05 perry Exp $
+.\" $NetBSD: bindresvport.3,v 1.6 2000/01/26 07:06:03 itojun Exp $
.\"
.Dd November 22, 1987
.Dt BINDRESVPORT 3
@@ -11,7 +11,7 @@
.Lb libc
.Sh SYNOPSIS
.Fd #include <sys/types.h>
-.Fd #include <netinet/in.h>
+.Fd #include <rpc/rpc.h>
.Ft int
.Fn bindresvport "int sd" "struct sockaddr_in *sin"
.Sh DESCRIPTION