summaryrefslogtreecommitdiff
path: root/textproc/dict-server/patches/patch-ae
diff options
context:
space:
mode:
Diffstat (limited to 'textproc/dict-server/patches/patch-ae')
-rw-r--r--textproc/dict-server/patches/patch-ae11
1 files changed, 11 insertions, 0 deletions
diff --git a/textproc/dict-server/patches/patch-ae b/textproc/dict-server/patches/patch-ae
new file mode 100644
index 00000000000..99d571199e5
--- /dev/null
+++ b/textproc/dict-server/patches/patch-ae
@@ -0,0 +1,11 @@
+$NetBSD: patch-ae,v 1.1 2000/06/26 21:02:05 dmcmahill Exp $
+
+--- decl.h.orig Thu Jan 15 22:51:55 1998
++++ decl.h Mon Jun 26 16:20:25 2000
+@@ -29,5 +29,5 @@
+ situations that we know about. */
+
+-#if defined(__sparc__)
++#if defined(__sparc__) && !defined(__NetBSD__)
+ /* Both SunOS and Solaris */
+ extern int getrusage( int who, struct rusage * );