5d09a8ecdc
SunOS/Solaris specific stuff.
11 lines
307 B
Text
11 lines
307 B
Text
$NetBSD: patch-ai,v 1.1 2000/06/26 21:02:08 dmcmahill Exp $
|
|
|
|
--- libmaa/strtol.c.orig Fri Aug 25 00:59:08 1995
|
|
+++ libmaa/strtol.c Mon Jun 26 16:27:57 2000
|
|
@@ -26,5 +26,5 @@
|
|
#include <errno.h>
|
|
|
|
-#ifdef __sparc__
|
|
+#if defined(__sparc__) && !defined(__NetBSD__)
|
|
extern int errno;
|
|
extern int toupper(int);
|