comparison src/m/sparc.h @ 1632:2054a40a27cc

* m/sparc.h: Don't include <sys/param.h> here; that screws up the xmakefile. Instead, include it in getloadavg.c, which is the only place that uses LOAD_AVE_CVT, which is the only reason <sys/param.h> was here in the first place.
author Jim Blandy <jimb@redhat.com>
date Fri, 20 Nov 1992 17:21:38 +0000
parents a45cf4b36ce9
children 2f2848511175
comparison
equal deleted inserted replaced
1631:9c52fcf232bf 1632:2054a40a27cc
23 23
24 NOTE-START 24 NOTE-START
25 Use -opsystem=sunos4 for operating system version 4, and 25 Use -opsystem=sunos4 for operating system version 4, and
26 -opsystem=bsd4-2 for earlier versions. 26 -opsystem=bsd4-2 for earlier versions.
27 NOTE-END */ 27 NOTE-END */
28
29 /* This defines the FSCALE constant, which this file uses in the LOAD_AVE_CVT
30 macro. */
31 #include <sys/param.h>
32 28
33 /* The following three symbols give information on 29 /* The following three symbols give information on
34 the size of various data types. */ 30 the size of various data types. */
35 31
36 #define SHORTBITS 16 /* Number of bits in a short */ 32 #define SHORTBITS 16 /* Number of bits in a short */