blob: 863942d439b0a16ae27b1c1a06f273b9a0db687d (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
$NetBSD: patch-ak,v 1.2 2006/05/27 12:38:27 drochner Exp $
--- clib/src/Getline.c.orig 2006-05-26 22:33:35.000000000 +0200
+++ 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
|