pkgsrc/textproc/dict-server/patches/patch-ah
simonb be12b9c17f Update packages to version 1.5.5. Notable changes are:
- Update for 64-bit machines.
 - Some memory leak fixes.
2001-10-12 10:51:51 +00:00

13 lines
497 B
Text

$NetBSD: patch-ah,v 1.2 2001/10/12 10:51:52 simonb Exp $
--- libmaa/decl.h.orig Mon Jan 1 08:14:19 2001
+++ libmaa/decl.h Wed Oct 10 15:46:45 2001
@@ -28,7 +28,7 @@
declarations for standard library calls. We provide them here for
situations that we know about. */
-#if defined(__sparc__) && !defined(linux)
+#if defined(__sparc__) && !defined(linux) && !defined(__NetBSD__)
#include <sys/resource.h>
/* Both SunOS and Solaris */
extern int getrusage( int who, struct rusage * );