diff options
| author | Mike Silbersack <silby@FreeBSD.org> | 2007-10-07 20:44:24 +0000 |
|---|---|---|
| committer | Mike Silbersack <silby@FreeBSD.org> | 2007-10-07 20:44:24 +0000 |
| commit | 4b421e2daaa3e23db6b5a51f8ca5b2da0d894a56 (patch) | |
| tree | 8e3792980e630c5b6535da499049111f6278a9f5 /sys/netinet/if_ether.c | |
| parent | dc9250f55c1d6f219c5dcbd5dc8d933fe838232c (diff) | |
Notes
Diffstat (limited to 'sys/netinet/if_ether.c')
| -rw-r--r-- | sys/netinet/if_ether.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/sys/netinet/if_ether.c b/sys/netinet/if_ether.c index 6b5ada9e53ed..36f50546d879 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 <sys/cdefs.h> +__FBSDID("$FreeBSD$"); + #include "opt_inet.h" #include "opt_mac.h" #include "opt_carp.h" |
