diff options
Diffstat (limited to 'sys/dev/aic7xxx/aic79xx.c')
-rw-r--r-- | sys/dev/aic7xxx/aic79xx.c | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/sys/dev/aic7xxx/aic79xx.c b/sys/dev/aic7xxx/aic79xx.c index 611d84b..14092d2 100644 --- a/sys/dev/aic7xxx/aic79xx.c +++ b/sys/dev/aic7xxx/aic79xx.c @@ -38,10 +38,11 @@ * POSSIBILITY OF SUCH DAMAGES. * * $Id: //depot/aic7xxx/aic7xxx/aic79xx.c#202 $ - * - * $FreeBSD$ */ +#include <sys/cdefs.h> +__FBSDID("$FreeBSD$"); + #ifdef __linux__ #include "aic79xx_osm.h" #include "aic79xx_inline.h" |