13 lines
515 B
Text
13 lines
515 B
Text
$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 );
|