summaryrefslogtreecommitdiffstats
path: root/sys/dev/mse
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/dev/mse
parente41badac0ac3cc9aef1d142d0fa7cd6fd8524008 (diff)
downloadFreeBSD-src-999f42eba36ce96985034b6046cf8225601ae498.zip
FreeBSD-src-999f42eba36ce96985034b6046cf8225601ae498.tar.gz
Use __FBSDID().
Diffstat (limited to 'sys/dev/mse')
-rw-r--r--sys/dev/mse/mse.c6
1 files changed, 4 insertions, 2 deletions
diff --git a/sys/dev/mse/mse.c b/sys/dev/mse/mse.c
index 57b0e7b..bb79f28 100644
--- a/sys/dev/mse/mse.c
+++ b/sys/dev/mse/mse.c
@@ -10,9 +10,11 @@
* University of Guelph makes no representations about the suitability of
* this software for any purpose. It is provided "as is"
* without express or implied warranty.
- *
- * $FreeBSD$
*/
+
+#include <sys/cdefs.h>
+__FBSDID("$FreeBSD$");
+
/*
* Driver for the Logitech and ATI Inport Bus mice for use with 386bsd and
* the X386 port, courtesy of
OpenPOWER on IntegriCloud