summaryrefslogtreecommitdiffstats
path: root/sys/netinet/sctp_asconf.c
diff options
context:
space:
mode:
authorrrs <rrs@FreeBSD.org>2006-11-03 19:48:56 +0000
committerrrs <rrs@FreeBSD.org>2006-11-03 19:48:56 +0000
commitcb4eb8bad10c296350ff86a0091045c94163bc2a (patch)
tree623ea90f5b6bbd142803149fb035ae3686faea09 /sys/netinet/sctp_asconf.c
parentf19063382b234460ab4b0acb67d1d0db9e4c69fa (diff)
downloadFreeBSD-src-cb4eb8bad10c296350ff86a0091045c94163bc2a.zip
FreeBSD-src-cb4eb8bad10c296350ff86a0091045c94163bc2a.tar.gz
Somehow I missed this one. The sys/cdef.h was out
of order with respect to the FSBID..
Diffstat (limited to 'sys/netinet/sctp_asconf.c')
-rw-r--r--sys/netinet/sctp_asconf.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/netinet/sctp_asconf.c b/sys/netinet/sctp_asconf.c
index 729e3e6..72efc5e 100644
--- a/sys/netinet/sctp_asconf.c
+++ b/sys/netinet/sctp_asconf.c
@@ -29,9 +29,10 @@
*/
/* $KAME: sctp_asconf.c,v 1.24 2005/03/06 16:04:16 itojun Exp $ */
-__FBSDID("$FreeBSD$");
#include <sys/cdefs.h>
+__FBSDID("$FreeBSD$");
+
#include "opt_ipsec.h"
OpenPOWER on IntegriCloud