summaryrefslogtreecommitdiff
path: root/misc/root/patches/patch-ak
blob: 3581ae3a4fc195c75d651aac4b86f8882bab95cb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
$NetBSD: patch-ak,v 1.3 2010/02/26 10:56:38 drochner Exp $

--- core/clib/src/Getline.c.orig	2006-05-26 22:33:35.000000000 +0200
+++ core/clib/src/Getline.c
@@ -331,7 +331,7 @@ static void     search_forw(int s);     
 #endif /* WIN32 */
 
 #if defined(_AIX) || defined(__Lynx__) || defined(__APPLE__) || \
-	defined(__OpenBSD__)
+	defined(__OpenBSD__) || defined(__NetBSD__)
 #define unix
 #endif