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-ae13
1 files changed, 0 insertions, 13 deletions
diff --git a/textproc/dict-server/patches/patch-ae b/textproc/dict-server/patches/patch-ae
deleted file mode 100644
index 8645958ab9d..00000000000
--- a/textproc/dict-server/patches/patch-ae
+++ /dev/null
@@ -1,13 +0,0 @@
-$NetBSD: patch-ae,v 1.2 2001/10/12 10:51:52 simonb Exp $
-
---- decl.h.orig Mon Jan 1 08:14:18 2001
-+++ decl.h Wed Oct 10 15:45:31 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__)
- /* Both SunOS and Solaris */
- extern int getrusage( int who, struct rusage * );
- extern void bcopy( const void *, void *, int );