summaryrefslogtreecommitdiffstats
path: root/sys/dev/snp
diff options
context:
space:
mode:
authoreivind <eivind@FreeBSD.org>1997-12-16 17:40:42 +0000
committereivind <eivind@FreeBSD.org>1997-12-16 17:40:42 +0000
commit01dd6091edaa3e5d6ce972956bdaff5e8575d53f (patch)
tree30d706917922e49d5308c417216bcc9b328c78d3 /sys/dev/snp
parent4c20d2d2104257c955ec51a0f42f26e99f41cac5 (diff)
downloadFreeBSD-src-01dd6091edaa3e5d6ce972956bdaff5e8575d53f.zip
FreeBSD-src-01dd6091edaa3e5d6ce972956bdaff5e8575d53f.tar.gz
Make COMPAT_43 and COMPAT_SUNOS new-style options.
Diffstat (limited to 'sys/dev/snp')
-rw-r--r--sys/dev/snp/snp.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/sys/dev/snp/snp.c b/sys/dev/snp/snp.c
index 738c871..55db19f 100644
--- a/sys/dev/snp/snp.c
+++ b/sys/dev/snp/snp.c
@@ -17,6 +17,8 @@
#if NSNP > 0
+#include "opt_compat.h"
+
#include <sys/param.h>
#include <sys/systm.h>
#include <sys/filio.h>
OpenPOWER on IntegriCloud