summaryrefslogtreecommitdiff
path: root/textproc/dict-server/patches/patch-am
blob: 8b0680e4be50446475165246ce3abc02d29d05b4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
$NetBSD: patch-am,v 1.1 2002/12/10 08:26:44 uebayasi Exp $

--- ../dict-web1913-1.4/dump.h.orig	Mon Feb 23 04:31:40 1998
+++ ../dict-web1913-1.4/dump.h
@@ -139,7 +139,7 @@
 declarations for standard library calls.  We provide them here for
 situations that we know about. */
 
-#if defined(__sparc__)
+#if defined(__sparc__) && !defined(__NetBSD__)
 				/* Both SunOS and Solaris */
 extern int    getrusage( int who, struct rusage * );
 extern void   bcopy( const void *, void *, int );