svn commit: r332133 - head/sys/conf

Brooks Davis brooks at FreeBSD.org
Fri Apr 6 19:11:23 UTC 2018


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_LINUXKPI	opt_dontuse.h
+_COMPAT_LINUX32	opt_compat.h	# XXX: make sure opt_compat.h exists
 COMPILING_LINT	opt_global.h
 CY_PCI_FASTINTR
 DEADLKRES	opt_watchdog.h


More information about the svn-src-head mailing list