blob: 8645958ab9d4de9d46c8350d10441bc990dc31c5 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
$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 );
|