383fb8b855
The Grid Engine project is an open source community effort to facilitate the adoption of distributed computing solutions. Sponsored by Sun Microsystems and hosted by CollabNet, the Grid Engine project provides enabling distributed resource management software for wide ranging requirements from compute farms to grid computing.
13 lines
408 B
Text
13 lines
408 B
Text
$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
|
|
|