diff options
Diffstat (limited to 'sys/dev/si/si.c')
| -rw-r--r-- | sys/dev/si/si.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/sys/dev/si/si.c b/sys/dev/si/si.c index ed79741a6c3f..148182a46d0d 100644 --- a/sys/dev/si/si.c +++ b/sys/dev/si/si.c @@ -30,9 +30,11 @@ * MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN * NO EVENT SHALL THE AUTHORS BE LIABLE. * - * $FreeBSD$ */ +#include <sys/cdefs.h> +__FBSDID("$FreeBSD$"); + #ifndef lint static const char si_copyright1[] = "@(#) Copyright (C) Specialix International, 1990,1992,1998", si_copyright2[] = "@(#) Copyright (C) Andy Rutter 1993", |
