diff options
Diffstat (limited to 'sys/netinet/ip_gre.c')
-rw-r--r-- | sys/netinet/ip_gre.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/sys/netinet/ip_gre.c b/sys/netinet/ip_gre.c index 17cb3f5..e985006 100644 --- a/sys/netinet/ip_gre.c +++ b/sys/netinet/ip_gre.c @@ -1,5 +1,4 @@ /* $NetBSD: ip_gre.c,v 1.29 2003/09/05 23:02:43 itojun Exp $ */ -/* $FreeBSD$ */ /*- * Copyright (c) 1998 The NetBSD Foundation, Inc. @@ -45,6 +44,9 @@ * This currently handles IPPROTO_GRE, IPPROTO_MOBILE */ +#include <sys/cdefs.h> +__FBSDID("$FreeBSD$"); + #include "opt_inet.h" #include "opt_atalk.h" #include "opt_inet6.h" |