summaryrefslogtreecommitdiffstats
path: root/sys/netinet/sctp_lock_bsd.h
diff options
context:
space:
mode:
authorrrs <rrs@FreeBSD.org>2006-11-03 17:21:53 +0000
committerrrs <rrs@FreeBSD.org>2006-11-03 17:21:53 +0000
commitd203a1d908310a7d01b7c307026594bc1f46aa05 (patch)
treec9910f799261d0420a62eca84461a0e5aaeca0a6 /sys/netinet/sctp_lock_bsd.h
parent3d3e3f2242423b47549f89486754bc40030fbe9f (diff)
downloadFreeBSD-src-d203a1d908310a7d01b7c307026594bc1f46aa05.zip
FreeBSD-src-d203a1d908310a7d01b7c307026594bc1f46aa05.tar.gz
Opps... in my fix up of all the $FreeBSD:$-> $FreeBSD$ I
inserted a few to the new files.. but I falied to add the #include <sys/cdef.h> Which causes a compile error.. sorry about that... got it now :-) Approved by:gnn
Diffstat (limited to 'sys/netinet/sctp_lock_bsd.h')
-rw-r--r--sys/netinet/sctp_lock_bsd.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/netinet/sctp_lock_bsd.h b/sys/netinet/sctp_lock_bsd.h
index 4cab124..0121b23 100644
--- a/sys/netinet/sctp_lock_bsd.h
+++ b/sys/netinet/sctp_lock_bsd.h
@@ -68,7 +68,7 @@
* SCTP_INP_INFO_RLOCK() and then when we want to add a new association to
* the sctppcbinfo list's we will do a SCTP_INP_INFO_WLOCK().
*/
-
+#include <sys/cdefs.h>
__FBSDID("$FreeBSD$");
#define SCTP_IPI_COUNT_INIT()
OpenPOWER on IntegriCloud