summaryrefslogtreecommitdiff
path: root/sys/dev/snp
diff options
context:
space:
mode:
authorDavid E. O'Brien <obrien@FreeBSD.org>2003-08-24 18:03:45 +0000
committerDavid E. O'Brien <obrien@FreeBSD.org>2003-08-24 18:03:45 +0000
commit945ff31afa6806ffec0e30453f57ccf2fb70698b (patch)
tree6b7fcc530adc98f00f6a4f2f826676bb58be0929 /sys/dev/snp
parentaad970f1fee9a2a3e5a0f880be9b87c6193b3bd1 (diff)
Notes
Diffstat (limited to 'sys/dev/snp')
-rw-r--r--sys/dev/snp/snp.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/sys/dev/snp/snp.c b/sys/dev/snp/snp.c
index 9b67b604da89..d08ff3f50714 100644
--- a/sys/dev/snp/snp.c
+++ b/sys/dev/snp/snp.c
@@ -12,9 +12,11 @@
*
* Snoop stuff.
*
- * $FreeBSD$
*/
+#include <sys/cdefs.h>
+__FBSDID("$FreeBSD$");
+
#include <sys/param.h>
#include <sys/systm.h>
#include <sys/filio.h>