pkgsrc/textproc/dict-server/patches/patch-aj
2000-06-26 21:02:03 +00:00

11 lines
314 B
Text

$NetBSD: patch-aj,v 1.1 2000/06/26 21:02:09 dmcmahill Exp $
--- libmaa/memtest.c.orig Fri Aug 25 01:20:51 1995
+++ libmaa/memtest.c Mon Jun 26 16:29:26 2000
@@ -25,5 +25,5 @@
#include <stdlib.h>
-#ifdef __sparc__
+#if defined(__sparc__) && !defined(__NetBSD__)
extern int printf( const char *, ... );
#endif