Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 6 Apr 2018 19:11:22 +0000 (UTC)
From:      Brooks Davis <brooks@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r332133 - head/sys/conf
Message-ID:  <201804061911.w36JBMvB017793@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201804061911.w36JBMvB017793>