diff options
Diffstat (limited to 'sys/i386/isa/gpib.c')
-rw-r--r-- | sys/i386/isa/gpib.c | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/sys/i386/isa/gpib.c b/sys/i386/isa/gpib.c index d0eb658..26102df 100644 --- a/sys/i386/isa/gpib.c +++ b/sys/i386/isa/gpib.c @@ -14,10 +14,11 @@ * The author grants any other persons or organizations permission to use * or modify this software as long as this message is kept with the software, * all derivative works or modified versions. - * - * $FreeBSD$ */ +#include <sys/cdefs.h> +__FBSDID("$FreeBSD$"); + /* Please read the README file for usage information */ #include <sys/param.h> |