1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2025-01-03 11:33:37 +00:00

* 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.
This commit is contained in:
Jim Blandy 1992-11-20 17:21:38 +00:00
parent efc3fd6707
commit 1a5aace582

View File

@ -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. */