pkgsrc/textproc/dict-server/patches/patch-ae
simonb be12b9c17f Update packages to version 1.5.5. Notable changes are:
- Update for 64-bit machines.
 - Some memory leak fixes.
2001-10-12 10:51:51 +00:00

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 );