diff options
| author | Jim Blandy <jimb@redhat.com> | 1992-11-20 17:21:38 +0000 |
|---|---|---|
| committer | Jim Blandy <jimb@redhat.com> | 1992-11-20 17:21:38 +0000 |
| commit | 1a5aace582eab388db6028f6db6834c1f77c5837 (patch) | |
| tree | 9cc7ac64cd338dc8d797167f92cb06079684fc30 | |
| parent | efc3fd67074c2d6dd6ee49ab7dd59bde64c504e6 (diff) | |
| download | emacs-1a5aace582eab388db6028f6db6834c1f77c5837.tar.gz | |
* 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.
| -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 -opsystem=bsd4-2 for earlier versions. NOTE-END */ -/* This defines the FSCALE constant, which this file uses in the LOAD_AVE_CVT - macro. */ -#include <sys/param.h> - /* The following three symbols give information on the size of various data types. */ |
