summaryrefslogtreecommitdiff
path: root/textproc/dict-server/patches/patch-ah
blob: 0e1ee0c3ad0f976f441f4c0255b6c289763473cb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
$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 * );