pkgsrc/editors/mule/patches/patch-aj
wiz f09aca0657 Regen patches in diff -u format.
Replace files/info.patch with usual patch files and a post-install fix.
2005-12-01 18:13:24 +00:00

15 lines
463 B
Text

$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)