diff options
Diffstat (limited to 'lib/libc')
| -rw-r--r-- | lib/libc/rpc/bindresvport.3 | 4 |
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 |
