diff src/m/sparc.h @ 286:57709be46d1b r21-0b41

Import from CVS: tag r21-0b41
author cvs
date Mon, 13 Aug 2007 10:35:03 +0200
parents 85a06df23a9a
children a86b2b5e0111
line wrap: on
line diff
--- a/src/m/sparc.h	Mon Aug 13 10:34:15 2007 +0200
+++ b/src/m/sparc.h	Mon Aug 13 10:35:03 2007 +0200
@@ -50,7 +50,7 @@
 
 #define SEGMENT_MASK (SEGSIZ - 1)
 
-#if ! defined (__NetBSD__) && ! defined (__linux__)
+#if ! defined (__NetBSD__) && ! defined (__linux__) && !defined (__OpenBSD__)
 /* This really belongs in s/sun.h.  */
 
 /* Data type of load average, as read out of kmem.  */
@@ -71,4 +71,4 @@
 
 #define A_TEXT_SEEK(HDR) (N_TXTOFF (hdr) + sizeof (hdr))
 
-#endif /* not Linux or NetBSD */
+#endif /* not Linux or NetBSD or OpenBSD */