diff options
author | David E. O'Brien <obrien@FreeBSD.org> | 2003-08-24 17:55:58 +0000 |
---|---|---|
committer | David E. O'Brien <obrien@FreeBSD.org> | 2003-08-24 17:55:58 +0000 |
commit | aad970f1fee9a2a3e5a0f880be9b87c6193b3bd1 (patch) | |
tree | 42e9f25e1409a6eae14564b2dd4cc743ddb1e89f /sys/dev/hfa/fore_globals.c | |
parent | 0e9a61d26066fec3c8abc5e5b36039b7ed2db563 (diff) |
Use __FBSDID().
Also some minor style cleanups.
Notes
Notes:
svn path=/head/; revision=119418
Diffstat (limited to 'sys/dev/hfa/fore_globals.c')
-rw-r--r-- | sys/dev/hfa/fore_globals.c | 10 |
1 files changed, 4 insertions, 6 deletions
diff --git a/sys/dev/hfa/fore_globals.c b/sys/dev/hfa/fore_globals.c index b8e98153d19b..1f68f7d3e44c 100644 --- a/sys/dev/hfa/fore_globals.c +++ b/sys/dev/hfa/fore_globals.c @@ -1,10 +1,8 @@ -/* - * +/*- * =================================== * HARP | Host ATM Research Platform * =================================== * - * * This Host ATM Research Platform ("HARP") file (the "Software") is * made available by Network Computing Services, Inc. ("NetworkCS") * "AS IS". NetworkCS does not provide maintenance, improvements or @@ -22,11 +20,11 @@ * * 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$"); + /* * FORE Systems 200-Series Adapter Support * --------------------------------------- |