Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F162848799
D4457.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
552 B
Referenced Files
None
Subscribers
None
D4457.diff
View Options
Index: head/contrib/top/loadavg.h
===================================================================
--- head/contrib/top/loadavg.h
+++ head/contrib/top/loadavg.h
@@ -19,10 +19,10 @@
*
* Defined types: load_avg for load averages, pctcpu for cpu percentages.
*/
-#if defined(mips) && !defined(NetBSD)
+#if defined(mips) && !(defined(NetBSD) || defined(FreeBSD))
# include <sys/fixpoint.h>
# if defined(FBITS) && !defined(FSCALE)
-# define FSCALE (1 << FBITS) /* mips */
+# define FSCALE (1 << FBITS) /* RISC/os on mips */
# endif
#endif
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Sat, Jul 18, 2:20 PM (9 h, 25 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
35198707
Default Alt Text
D4457.diff (552 B)
Attached To
Mode
D4457: Fixup include protections for building on mips64 with clang
Attached
Detach File
Event Timeline
Log In to Comment