From 0d684d927bf42ec9c53b0f921e6aaa42e7236cd7 Mon Sep 17 00:00:00 2001 From: obrien Date: Mon, 10 Dec 2007 16:03:40 +0000 Subject: Clean up VCS Ids. --- sys/netinet6/in6.c | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) (limited to 'sys/netinet6/in6.c') diff --git a/sys/netinet6/in6.c b/sys/netinet6/in6.c index 5de9433..f66ddb4 100644 --- a/sys/netinet6/in6.c +++ b/sys/netinet6/in6.c @@ -1,6 +1,3 @@ -/* $FreeBSD$ */ -/* $KAME: in6.c,v 1.259 2002/01/21 11:37:50 keiichi Exp $ */ - /*- * Copyright (C) 1995, 1996, 1997, and 1998 WIDE Project. * All rights reserved. @@ -28,6 +25,8 @@ * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. + * + * $KAME: in6.c,v 1.259 2002/01/21 11:37:50 keiichi Exp $ */ /*- @@ -61,6 +60,9 @@ * @(#)in.c 8.2 (Berkeley) 11/15/93 */ +#include +__FBSDID("$FreeBSD$"); + #include "opt_inet.h" #include "opt_inet6.h" -- cgit v1.1