Re: svn commit: r332133 - head/sys/conf

2018-04-06 Thread John Baldwin
On Friday, April 06, 2018 07:11:22 PM Brooks Davis wrote:
> Author: brooks
> Date: Fri Apr  6 19:11:22 2018
> New Revision: 332133
> URL: https://svnweb.freebsd.org/changeset/base/332133
> 
> Log:
>   Add an unused _COMPAT_LINUX32 option to ensure opt_compat.h exists on
>   platforms without COMPAT_LINUX32.

I wonder if it wouldn't be cleaner to just move COMPAT_LINUX32 itself to
sys/conf/options?

-- 
John Baldwin
___
svn-src-all@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"


svn commit: r332133 - head/sys/conf

2018-04-06 Thread Brooks Davis
Author: brooks
Date: Fri Apr  6 19:11:22 2018
New Revision: 332133
URL: https://svnweb.freebsd.org/changeset/base/332133

Log:
  Add an unused _COMPAT_LINUX32 option to ensure opt_compat.h exists on
  platforms without COMPAT_LINUX32.
  
  Reported by:  kib

Modified:
  head/sys/conf/options

Modified: head/sys/conf/options
==
--- head/sys/conf/options   Fri Apr  6 19:10:11 2018(r332132)
+++ head/sys/conf/options   Fri Apr  6 19:11:22 2018(r332133)
@@ -92,6 +92,7 @@ COMPAT_FREEBSD11  opt_global.h
 COMPAT_CLOUDABI32  opt_dontuse.h
 COMPAT_CLOUDABI64  opt_dontuse.h
 COMPAT_LINUXKPIopt_dontuse.h
+_COMPAT_LINUX32opt_compat.h# XXX: make sure opt_compat.h exists
 COMPILING_LINT opt_global.h
 CY_PCI_FASTINTR
 DEADLKRES  opt_watchdog.h
___
svn-src-all@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"