summaryrefslogtreecommitdiff
path: root/misc/root/patches/patch-ai
blob: 0afb695645d49ddc987de7a3f2e2819c0eb8812a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
$NetBSD: patch-ai,v 1.1.1.1 1999/11/17 16:17:03 drochner Exp $
--- src/C_Getline.c.orig	Sun Nov  7 01:48:21 1999
+++ src/C_Getline.c	Sun Nov  7 01:49:21 1999
@@ -342,7 +342,7 @@
 #define unix
 #endif
 
-#if defined(__hpux) || defined(__osf__)       /* W.Karig@gsi.de */
+#if defined(__hpux) || defined(__osf__) || defined(__NetBSD__) /* W.Karig@gsi.de */
 #ifndef unix
 #define unix
 #endif