diff options
author | jhb <jhb@FreeBSD.org> | 2008-01-07 21:40:11 +0000 |
---|---|---|
committer | jhb <jhb@FreeBSD.org> | 2008-01-07 21:40:11 +0000 |
commit | c7e0e41f73f0ff54f48bf63ab4a9f54f2573d75c (patch) | |
tree | 681e23df588c593cea235fc9a3556648a1a0373d /sys/conf/NOTES | |
parent | f8a246b9791d1450cf4945cc7b38f651a3a456ee (diff) | |
download | FreeBSD-src-c7e0e41f73f0ff54f48bf63ab4a9f54f2573d75c.zip FreeBSD-src-c7e0e41f73f0ff54f48bf63ab4a9f54f2573d75c.tar.gz |
Add COMPAT_FREEBSD7 and enable it in configs that have COMPAT_FREEBSD6.
Diffstat (limited to 'sys/conf/NOTES')
-rw-r--r-- | sys/conf/NOTES | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/sys/conf/NOTES b/sys/conf/NOTES index 43eaa4b..f77b6e5 100644 --- a/sys/conf/NOTES +++ b/sys/conf/NOTES @@ -300,6 +300,9 @@ options COMPAT_FREEBSD5 # Enable FreeBSD6 compatibility syscalls options COMPAT_FREEBSD6 +# Enable FreeBSD7 compatibility syscalls +options COMPAT_FREEBSD7 + # # These three options provide support for System V Interface # Definition-style interprocess communication, in the form of shared |