From f965c7bdc4f5016687632f91fa70a8f097d68bf5 Mon Sep 17 00:00:00 2001 From: silby Date: Sun, 7 Oct 2007 20:44:24 +0000 Subject: Add FBSDID to all files in netinet so that people can more easily include file version information in bug reports. Approved by: re (kensmith) --- sys/netinet/if_ether.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'sys/netinet/if_ether.c') diff --git a/sys/netinet/if_ether.c b/sys/netinet/if_ether.c index 6b5ada9..36f5054 100644 --- a/sys/netinet/if_ether.c +++ b/sys/netinet/if_ether.c @@ -27,7 +27,6 @@ * SUCH DAMAGE. * * @(#)if_ether.c 8.1 (Berkeley) 6/10/93 - * $FreeBSD$ */ /* @@ -36,6 +35,9 @@ * add "inuse/lock" bit (or ref. count) along with valid bit */ +#include +__FBSDID("$FreeBSD$"); + #include "opt_inet.h" #include "opt_mac.h" #include "opt_carp.h" -- cgit v1.1