cf45cfd706
from dict-server.
13 lines
486 B
Text
13 lines
486 B
Text
$NetBSD: patch-ab,v 1.1.1.1 2002/12/27 02:43:47 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 );
|