summaryrefslogtreecommitdiffstats
path: root/lib/libc/net/sctp_getassocid.3
diff options
context:
space:
mode:
authorrrs <rrs@FreeBSD.org>2007-02-26 12:23:32 +0000
committerrrs <rrs@FreeBSD.org>2007-02-26 12:23:32 +0000
commitdfdc42503bbb9cdea45b5757e3b8c4b8bb321d32 (patch)
treecf5b9f9ec456624875d27dd98cdfc768eb8caaaf /lib/libc/net/sctp_getassocid.3
parent4afabb70d3832263b434fbae135d1831abbc908a (diff)
downloadFreeBSD-src-dfdc42503bbb9cdea45b5757e3b8c4b8bb321d32.zip
FreeBSD-src-dfdc42503bbb9cdea45b5757e3b8c4b8bb321d32.tar.gz
Fix include declaration it was sys/sctp.h should be netinet/sctp.h,
reported by pluknet@gmail.com.
Diffstat (limited to 'lib/libc/net/sctp_getassocid.3')
-rw-r--r--lib/libc/net/sctp_getassocid.32
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libc/net/sctp_getassocid.3 b/lib/libc/net/sctp_getassocid.3
index e3dc7d3..d54257c 100644
--- a/lib/libc/net/sctp_getassocid.3
+++ b/lib/libc/net/sctp_getassocid.3
@@ -42,7 +42,7 @@
.Sh SYNOPSIS
.In sys/types.h
.In sys/socket.h
-.In sys/sctp.h
+.In netinet/sctp.h
.Ft sctp_assoc_t
.Fn sctp_getassocid "int s" "struct sockaddr *addr"
.Sh DESCRIPTION
OpenPOWER on IntegriCloud