diff options
author | kensmith <kensmith@FreeBSD.org> | 2005-09-21 19:27:08 +0000 |
---|---|---|
committer | kensmith <kensmith@FreeBSD.org> | 2005-09-21 19:27:08 +0000 |
commit | 1a0332c39b1de6788d654c7b5c29ac0157b6c589 (patch) | |
tree | 6d05e8356e33c09d0c1e07308e60e7a560dfc7d7 /sys | |
parent | 92ca7fac063fd2e9401f6011a1f42391e450dce1 (diff) | |
download | FreeBSD-src-1a0332c39b1de6788d654c7b5c29ac0157b6c589.zip FreeBSD-src-1a0332c39b1de6788d654c7b5c29ac0157b6c589.tar.gz |
Add COMPAT_FREEBSD5 option. This should have been done back when I
added it to GENERIC...
Pointed out by: jhb
Pointy hat: kensmith
Diffstat (limited to 'sys')
-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 6a8fd02..ba0225b 100644 --- a/sys/conf/NOTES +++ b/sys/conf/NOTES @@ -265,6 +265,9 @@ options COMPAT_43 # Enable FreeBSD4 compatibility syscalls options COMPAT_FREEBSD4 +# Enable FreeBSD5 compatibility syscalls +options COMPAT_FREEBSD5 + # # These three options provide support for System V Interface # Definition-style interprocess communication, in the form of shared |