diff options
| author | David E. O'Brien <obrien@FreeBSD.org> | 2003-08-24 18:03:45 +0000 |
|---|---|---|
| committer | David E. O'Brien <obrien@FreeBSD.org> | 2003-08-24 18:03:45 +0000 |
| commit | 945ff31afa6806ffec0e30453f57ccf2fb70698b (patch) | |
| tree | 6b7fcc530adc98f00f6a4f2f826676bb58be0929 /sys/dev/si/si.c | |
| parent | aad970f1fee9a2a3e5a0f880be9b87c6193b3bd1 (diff) | |
Notes
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", |
