2013-09-26 17:14:40 +02:00

16 lines
463 B
Plaintext

$NetBSD: patch-aj,v 1.2 2005/12/01 18:13:24 wiz Exp $
--- src/getloadavg.c.orig 1994-10-21 05:20:18.000000000 +0100
+++ src/getloadavg.c
@@ -64,10 +64,7 @@
/* Both the Emacs and non-Emacs sections want this. Some
configuration files' definitions for the LOAD_AVE_CVT macro (like
sparc.h's) use macros like FSCALE, defined here. */
-#ifdef unix
#include <sys/param.h>
-#endif
-
#ifdef HAVE_CONFIG_H
#if defined (emacs) || defined (CONFIG_BROKETS)