Author: markj Date: Tue Jul 31 21:40:13 2018 New Revision: 337015 URL: https://svnweb.freebsd.org/changeset/base/337015
Log: COMPAT_LINUX32 has not depended on COMPAT_43 in some time. MFC after: 3 days Modified: head/sys/amd64/conf/NOTES Modified: head/sys/amd64/conf/NOTES ============================================================================== --- head/sys/amd64/conf/NOTES Tue Jul 31 21:31:24 2018 (r337014) +++ head/sys/amd64/conf/NOTES Tue Jul 31 21:40:13 2018 (r337015) @@ -644,7 +644,7 @@ options COMPAT_CLOUDABI64 # Enable Linux ABI emulation #XXX#options COMPAT_LINUX -# Enable 32-bit Linux ABI emulation (requires COMPAT_43 and COMPAT_FREEBSD32) +# Enable 32-bit Linux ABI emulation (requires COMPAT_FREEBSD32). options COMPAT_LINUX32 # Enable the linux-like proc filesystem support (requires COMPAT_LINUX32 _______________________________________________ svn-src-head@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/svn-src-head To unsubscribe, send any mail to "svn-src-head-unsubscr...@freebsd.org"