summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJasper Lievisse Adriaanse <jasper@openbsd.org>2010-06-14 07:07:49 +0000
committerMark Wong <markwkm@gmail.com>2013-03-27 07:22:54 -0700
commit55085c4808d6e4a307d3475dec079eba21340afa (patch)
treede23c9fe7a48671bc38a1c41c575083f79408c31
parent28cf4b16ae6fe579d4167309e334d2c82ee6332a (diff)
- fix build on mips64
-rw-r--r--loadavg.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/loadavg.h b/loadavg.h
index 07a5abb..93da7b8 100644
--- a/loadavg.h
+++ b/loadavg.h
@@ -22,7 +22,7 @@
*
* Defined types: load_avg for load averages, pctcpu for cpu percentages.
*/
-#if defined(mips) && !defined(NetBSD)
+#if defined(mips) && !defined(NetBSD) && !defined(OpenBSD)
#include <sys/fixpoint.h>
#if defined(FBITS) && !defined(FSCALE)
#define FSCALE (1 << FBITS) /* mips */