mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-09-09 20:40:13 -04:00
14 lines
400 B
Plaintext
14 lines
400 B
Plaintext
$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
|
|
|