aboutsummaryrefslogtreecommitdiff
path: root/sys/conf/options
diff options
context:
space:
mode:
authorAlfred Perlstein <alfred@FreeBSD.org>2002-07-12 06:38:34 +0000
committerAlfred Perlstein <alfred@FreeBSD.org>2002-07-12 06:38:34 +0000
commit074453c230c604c5954dd7647427c727e9b4c99b (patch)
tree7e5fed2d740ea0d068950323a19964d503baf05a /sys/conf/options
parent4a0226c63370ec2032f175a1752327c79db92c5c (diff)
downloadsrc-074453c230c604c5954dd7647427c727e9b4c99b.tar.gz
src-074453c230c604c5954dd7647427c727e9b4c99b.zip
Introduce syscall.master option 'COMPAT4' which allows one to wrap
syscalls for FreeBSD 4 compatibility. Add kernel option COMPAT_FREEBSD4 to enable these syscalls.
Notes
Notes: svn path=/head/; revision=99854
Diffstat (limited to 'sys/conf/options')
-rw-r--r--sys/conf/options1
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/conf/options b/sys/conf/options
index ef34058c62ce..126d3d16fca4 100644
--- a/sys/conf/options
+++ b/sys/conf/options
@@ -66,6 +66,7 @@ GEOM opt_geom.h
ADAPTIVE_MUTEXES
COMPAT_43 opt_compat.h
+COMPAT_FREEBSD4 opt_compat.h
COMPAT_SUNOS opt_compat.h
COMPILING_LINT opt_global.h
CY_PCI_FASTINTR