summaryrefslogtreecommitdiff
path: root/textproc/dict-server/patches/patch-aj
blob: f0bc368cea02e018842e4bff284f28539c4cab0f (plain)
1
2
3
4
5
6
7
8
9
10
11
$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