summaryrefslogtreecommitdiffstats
path: root/sys/i386/isa/npx.c
diff options
context:
space:
mode:
authorobrien <obrien@FreeBSD.org>2003-06-02 16:32:55 +0000
committerobrien <obrien@FreeBSD.org>2003-06-02 16:32:55 +0000
commit999f42eba36ce96985034b6046cf8225601ae498 (patch)
tree7c94ea2ccbe186ab5d2f7ca6104f8bc24c234978 /sys/i386/isa/npx.c
parente41badac0ac3cc9aef1d142d0fa7cd6fd8524008 (diff)
downloadFreeBSD-src-999f42eba36ce96985034b6046cf8225601ae498.zip
FreeBSD-src-999f42eba36ce96985034b6046cf8225601ae498.tar.gz
Use __FBSDID().
Diffstat (limited to 'sys/i386/isa/npx.c')
-rw-r--r--sys/i386/isa/npx.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/sys/i386/isa/npx.c b/sys/i386/isa/npx.c
index 8dadb6b..c44f789 100644
--- a/sys/i386/isa/npx.c
+++ b/sys/i386/isa/npx.c
@@ -32,9 +32,11 @@
* SUCH DAMAGE.
*
* from: @(#)npx.c 7.2 (Berkeley) 5/12/91
- * $FreeBSD$
*/
+#include <sys/cdefs.h>
+__FBSDID("$FreeBSD$");
+
#include "opt_cpu.h"
#include "opt_debug_npx.h"
#include "opt_isa.h"
OpenPOWER on IntegriCloud