diff options
| author | David E. O'Brien <obrien@FreeBSD.org> | 2003-06-02 16:32:55 +0000 |
|---|---|---|
| committer | David E. O'Brien <obrien@FreeBSD.org> | 2003-06-02 16:32:55 +0000 |
| commit | 006124d8112a0fc227c6bed50c9652198077b183 (patch) | |
| tree | 7c94ea2ccbe186ab5d2f7ca6104f8bc24c234978 /sys/dev/mse | |
| parent | ad05d58087d82617f723ee1a46c352770ba98cb1 (diff) | |
Notes
Diffstat (limited to 'sys/dev/mse')
| -rw-r--r-- | sys/dev/mse/mse.c | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/sys/dev/mse/mse.c b/sys/dev/mse/mse.c index 57b0e7b1f15c..bb79f280e9a9 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 |
