Apparently clang on mips64 defines "mips", which triggers an
include of a non-existant header. Another way to fix this
would be to remove the entire block of includes, since RISC/os
has been obsolete for a decade.
Details
Details
Diff Detail
Diff Detail
- Repository
- rS FreeBSD src repository - subversion
- Lint
Lint Not Applicable - Unit
Tests Not Applicable
Event Timeline
contrib/top/loadavg.h | ||
---|---|---|
22 ↗ | (On Diff #10967) | I'm good with this. Also acceptable, imho, would be && defined(BSD) since we include sys/param.h in an earlier include. |
contrib/top/loadavg.h | ||
---|---|---|
22 ↗ | (On Diff #10967) | The last upstream release (http://sourceforge.net/projects/unixtop/) was made in 2008. Downloading that tarball and looking, the only difference in the loadavg.h file is a check for ibm032 (i.e. IBM PC/RT). |