blob: 8000c018e6d5791f442dc50d8996ba92ae052b28 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
$NetBSD: patch-ai,v 1.4 2008/02/20 10:24:09 markd Exp $
--- vcs/clearcase/clearcasemanipulator.cpp.orig 2008-02-13 22:38:41.000000000 +1300
+++ vcs/clearcase/clearcasemanipulator.cpp
@@ -20,7 +20,7 @@
#include <libgen.h>
#include <errno.h>
-#if defined(Q_OS_MACX) || defined(MACOSX) || defined(Q_OS_SOLARIS)
+#if defined(Q_OS_MACX) || defined(MACOSX) || defined(Q_OS_SOLARIS) || defined(__NetBSD__) || defined(__DragonFly__)
//this function is taken from GNU libc
//it does not exist on macos
int getline(char **lineptr, size_t *n, FILE *stream)
|