summaryrefslogtreecommitdiffstats
path: root/sys/netinet/ip_encap.c
diff options
context:
space:
mode:
authorsilby <silby@FreeBSD.org>2007-10-07 20:44:24 +0000
committersilby <silby@FreeBSD.org>2007-10-07 20:44:24 +0000
commitf965c7bdc4f5016687632f91fa70a8f097d68bf5 (patch)
tree8e3792980e630c5b6535da499049111f6278a9f5 /sys/netinet/ip_encap.c
parent19c4fce2e39c325ffe0bd1b22f2f15e20514579f (diff)
downloadFreeBSD-src-f965c7bdc4f5016687632f91fa70a8f097d68bf5.zip
FreeBSD-src-f965c7bdc4f5016687632f91fa70a8f097d68bf5.tar.gz
Add FBSDID to all files in netinet so that people can more
easily include file version information in bug reports. Approved by: re (kensmith)
Diffstat (limited to 'sys/netinet/ip_encap.c')
-rw-r--r--sys/netinet/ip_encap.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/sys/netinet/ip_encap.c b/sys/netinet/ip_encap.c
index 81b2720..0efd22a 100644
--- a/sys/netinet/ip_encap.c
+++ b/sys/netinet/ip_encap.c
@@ -1,4 +1,3 @@
-/* $FreeBSD$ */
/* $KAME: ip_encap.c,v 1.41 2001/03/15 08:35:08 itojun Exp $ */
/*-
@@ -57,6 +56,9 @@
*/
/* XXX is M_NETADDR correct? */
+#include <sys/cdefs.h>
+__FBSDID("$FreeBSD$");
+
#include "opt_mrouting.h"
#include "opt_inet.h"
#include "opt_inet6.h"
OpenPOWER on IntegriCloud