diff options
| author | Ruslan Ermilov <ru@FreeBSD.org> | 2006-09-26 12:36:34 +0000 |
|---|---|---|
| committer | Ruslan Ermilov <ru@FreeBSD.org> | 2006-09-26 12:36:34 +0000 |
| commit | 6c9fdda750f8928688753ddde0adc044602f3ca9 (patch) | |
| tree | fd2a308e460f18510350f31a05294c0b5e93941e /sys/conf | |
| parent | 23883885a379a3f32a65b93a331420fc6e2d50a5 (diff) | |
Notes
Diffstat (limited to 'sys/conf')
| -rw-r--r-- | sys/conf/NOTES | 3 | ||||
| -rw-r--r-- | sys/conf/options | 1 |
2 files changed, 4 insertions, 0 deletions
diff --git a/sys/conf/NOTES b/sys/conf/NOTES index 2c359ea0bc1b..654eb396fa27 100644 --- a/sys/conf/NOTES +++ b/sys/conf/NOTES @@ -273,6 +273,9 @@ options COMPAT_FREEBSD4 # Enable FreeBSD5 compatibility syscalls options COMPAT_FREEBSD5 +# Enable FreeBSD6 compatibility syscalls +options COMPAT_FREEBSD6 + # # These three options provide support for System V Interface # Definition-style interprocess communication, in the form of shared diff --git a/sys/conf/options b/sys/conf/options index e626a8541146..1855f95c428d 100644 --- a/sys/conf/options +++ b/sys/conf/options @@ -67,6 +67,7 @@ COMPAT_43 opt_compat.h COMPAT_43TTY opt_compat.h COMPAT_FREEBSD4 opt_compat.h COMPAT_FREEBSD5 opt_compat.h +COMPAT_FREEBSD6 opt_compat.h COMPILING_LINT opt_global.h CY_PCI_FASTINTR DIRECTIO |
