From e5aaa3fce098728aee2d8a19df4f12bc8f4d8784 Mon Sep 17 00:00:00 2001 From: itojun Date: Wed, 26 Jan 2000 07:06:03 +0000 Subject: fix include file. bindresvport() is declared in rpc/rpc.h, not netinet/in.h. --- lib/libc/rpc/bindresvport.3 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'lib') 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 -.Fd #include +.Fd #include .Ft int .Fn bindresvport "int sd" "struct sockaddr_in *sin" .Sh DESCRIPTION -- cgit