diff options
Diffstat (limited to 'parallel/sge/patches/patch-au')
-rw-r--r-- | parallel/sge/patches/patch-au | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/parallel/sge/patches/patch-au b/parallel/sge/patches/patch-au new file mode 100644 index 00000000000..be42c7fc710 --- /dev/null +++ b/parallel/sge/patches/patch-au @@ -0,0 +1,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 + |