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

--- source/libs/comm/commlib.c	2003-10-02 14:25:46.000000000 +0200
+++ source/libs/comm/commlib.c	2003-09-30 16:09:54.000000000 +0200
@@ -63,7 +63,7 @@
 int gethostname(char *name, int namelen);
 #endif
 
-#if defined(DARWIN) || defined(FREEBSD)
+#if defined(DARWIN) || defined(FREEBSD) || defined(NETBSD)
 #   define SIGCLD SIGCHLD
 #endif