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

--- source/libs/uti/sge_pids.h	2003-10-02 14:25:50.000000000 +0200
+++ source/libs/uti/sge_pids.h	2003-09-30 17:52:04.000000000 +0200
@@ -32,7 +32,7 @@
  ************************************************************************/
 /*___INFO__MARK_END__*/
 
-#if defined(SUN4) || defined(LINUX) || defined(DARWIN) || defined(FREEBSD)
+#if defined(SUN4) || defined(LINUX) || defined(DARWIN) || defined(FREEBSD) || defined(NETBSD)
 #  define PSCMD "/bin/ps -axc"
 #elif defined(ALPHA)
 #  define PSCMD "/bin/ps axo pid,ucomm"