diff options
| author | Jim Blandy | 1992-11-20 17:21:38 +0000 |
|---|---|---|
| committer | Jim Blandy | 1992-11-20 17:21:38 +0000 |
| commit | 1a5aace582eab388db6028f6db6834c1f77c5837 (patch) | |
| tree | 9cc7ac64cd338dc8d797167f92cb06079684fc30 /src | |
| parent | efc3fd67074c2d6dd6ee49ab7dd59bde64c504e6 (diff) | |
| download | emacs-1a5aace582eab388db6028f6db6834c1f77c5837.tar.gz emacs-1a5aace582eab388db6028f6db6834c1f77c5837.zip | |
* 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.
Diffstat (limited to 'src')
| -rw-r--r-- | src/m/sparc.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/m/sparc.h b/src/m/sparc.h index b1c9bf9cda4..f1634032992 100644 --- a/src/m/sparc.h +++ b/src/m/sparc.h | |||
| @@ -26,10 +26,6 @@ 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 | 28 | ||
| 29 | /* This defines the FSCALE constant, which this file uses in the LOAD_AVE_CVT | ||
| 30 | macro. */ | ||
| 31 | #include <sys/param.h> | ||
| 32 | |||
| 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 | ||