Author: andrew
Date: Sat Dec  6 12:03:09 2014
New Revision: 275565
URL: https://svnweb.freebsd.org/changeset/base/275565

Log:
  Apply the same fix in r274697 to the ARM case.

Modified:
  head/sys/cddl/contrib/opensolaris/uts/common/sys/isa_defs.h

Modified: head/sys/cddl/contrib/opensolaris/uts/common/sys/isa_defs.h
==============================================================================
--- head/sys/cddl/contrib/opensolaris/uts/common/sys/isa_defs.h Sat Dec  6 
11:59:35 2014        (r275564)
+++ head/sys/cddl/contrib/opensolaris/uts/common/sys/isa_defs.h Sat Dec  6 
12:03:09 2014        (r275565)
@@ -377,7 +377,9 @@ extern "C" {
 /*
  * Define the appropriate "implementation choices".
  */
+#if !defined(_ILP32)
 #define        _ILP32
+#endif
 #if !defined(_I32LPx) && defined(_KERNEL)
 #define        _I32LPx
 #endif
_______________________________________________
svn-src-head@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-head
To unsubscribe, send any mail to "svn-src-head-unsubscr...@freebsd.org"

Reply via email to