summaryrefslogtreecommitdiff
path: root/parallel/sge/patches/patch-ak
blob: abe887e5182a26939bd062ac684d1ee7edc4482c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
$NetBSD: patch-ak,v 1.1.1.1 2004/05/03 00:38:35 dmcmahill Exp $

--- source/3rdparty/remote/rlogin.c	2003-10-02 14:25:26.000000000 +0200
+++ source/3rdparty/remote/rlogin.c	2003-09-30 16:36:41.000000000 +0200
@@ -64,7 +64,7 @@
 #include <string.h>
 #include <unistd.h>
 
-#if !defined(FREEBSD) && !defined(DARWIN)
+#if !defined(FREEBSD) && !defined(DARWIN) && !defined(NETBSD)
 #include <values.h>
 #endif