From 73932c69b60d847cacf79f94ca2fde9558eef9f0 Mon Sep 17 00:00:00 2001 From: Randall Stewart Date: Fri, 3 Nov 2006 17:21:53 +0000 Subject: [PATCH] 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 Which causes a compile error.. sorry about that... got it now :-) Approved by:gnn --- sys/netinet/sctp_lock_bsd.h | 2 +- sys/netinet/sctp_os.h | 1 + sys/netinet/sctp_os_bsd.h | 1 + sys/netinet6/sctp6_usrreq.c | 1 + sys/netinet6/sctp6_var.h | 5 ++--- 5 files changed, 6 insertions(+), 4 deletions(-) diff --git a/sys/netinet/sctp_lock_bsd.h b/sys/netinet/sctp_lock_bsd.h index 4cab12402be..0121b23bbed 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 __FBSDID("$FreeBSD$"); #define SCTP_IPI_COUNT_INIT() diff --git a/sys/netinet/sctp_os.h b/sys/netinet/sctp_os.h index f969348e927..436eb37e435 100644 --- a/sys/netinet/sctp_os.h +++ b/sys/netinet/sctp_os.h @@ -27,6 +27,7 @@ * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF * THE POSSIBILITY OF SUCH DAMAGE. */ +#include __FBSDID("$FreeBSD$"); #ifndef __sctp_os_h__ #define __sctp_os_h__ diff --git a/sys/netinet/sctp_os_bsd.h b/sys/netinet/sctp_os_bsd.h index bd3e8bff95e..50847e2cc71 100644 --- a/sys/netinet/sctp_os_bsd.h +++ b/sys/netinet/sctp_os_bsd.h @@ -27,6 +27,7 @@ * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF * THE POSSIBILITY OF SUCH DAMAGE. */ +#include __FBSDID("$FreeBSD$"); #ifndef __sctp_os_bsd_h__ #define __sctp_os_bsd_h__ diff --git a/sys/netinet6/sctp6_usrreq.c b/sys/netinet6/sctp6_usrreq.c index 2894a222fa0..d722336c580 100644 --- a/sys/netinet6/sctp6_usrreq.c +++ b/sys/netinet6/sctp6_usrreq.c @@ -28,6 +28,7 @@ * THE POSSIBILITY OF SUCH DAMAGE. */ /* $KAME: sctp6_usrreq.c,v 1.38 2005/08/24 08:08:56 suz Exp $ */ +#include __FBSDID("$FreeBSD$"); #include "opt_inet.h" #include "opt_inet6.h" diff --git a/sys/netinet6/sctp6_var.h b/sys/netinet6/sctp6_var.h index 27c849be4ad..454a4149bba 100644 --- a/sys/netinet6/sctp6_var.h +++ b/sys/netinet6/sctp6_var.h @@ -28,11 +28,10 @@ * THE POSSIBILITY OF SUCH DAMAGE. */ /* $KAME: sctp6_var.h,v 1.7 2004/08/17 04:06:22 itojun Exp $ */ -__FBSDID("$FreeBSD$"); #ifndef _NETINET6_SCTP6_VAR_H_ #define _NETINET6_SCTP6_VAR_H_ - - +#include +__FBSDID("$FreeBSD$"); #if defined(_KERNEL)