Somehow I missed this one. The sys/cdef.h was out

of order with respect to the FSBID..
This commit is contained in:
Randall Stewart 2006-11-03 19:48:56 +00:00
parent af99851047
commit cef8ad061a
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=163957

View File

@ -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"