summaryrefslogtreecommitdiff
path: root/editors/manedit/patches/patch-aa
diff options
context:
space:
mode:
Diffstat (limited to 'editors/manedit/patches/patch-aa')
-rw-r--r--editors/manedit/patches/patch-aa13
1 files changed, 7 insertions, 6 deletions
diff --git a/editors/manedit/patches/patch-aa b/editors/manedit/patches/patch-aa
index a33b88882fb..0bd98032721 100644
--- a/editors/manedit/patches/patch-aa
+++ b/editors/manedit/patches/patch-aa
@@ -1,12 +1,13 @@
-$NetBSD: patch-aa,v 1.2 2001/06/11 20:58:33 zuntum Exp $
+$NetBSD: patch-aa,v 1.3 2001/06/17 10:15:05 zuntum Exp $
--- ../include/xsw_ctype.h.orig Tue Mar 27 03:39:01 2001
+++ ../include/xsw_ctype.h
-@@ -5,7 +5,6 @@
+@@ -1,7 +1,7 @@
+ // xsw_ctype.h
+ // This is intended as a prototype for files using the global/ctype.cpp file.
+
+-#ifndef __FreeBSD__
++#if !defined(__FreeBSD__) && !defined(__NetBSD__)
# if defined(__cplusplus) || defined(c_plusplus)
extern bool isblank(char c);
--extern bool isblank(int c);
-
- #else
-