diff options
Diffstat (limited to 'sys/dev/hea/eni_globals.c')
-rw-r--r-- | sys/dev/hea/eni_globals.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/sys/dev/hea/eni_globals.c b/sys/dev/hea/eni_globals.c index 4586ff5..0742599 100644 --- a/sys/dev/hea/eni_globals.c +++ b/sys/dev/hea/eni_globals.c @@ -23,10 +23,12 @@ * Copies of this Software may be made, however, the above copyright * notice must be reproduced on all copies. * - * @(#) $FreeBSD$ * */ +#include <sys/cdefs.h> +__FBSDID("$FreeBSD$"); + /* * Efficient ENI Adapter Support * ----------------------------- |