summaryrefslogtreecommitdiff
path: root/parallel/sge/patches/patch-ab
blob: 89fbbef36ce123738e971968dd6361f6be67b06a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
$NetBSD: patch-ab,v 1.3 2009/05/13 21:00:25 markd Exp $

--- source/daemons/shepherd/shepherd.c.orig	2009-02-16 21:50:38.000000000 +1300
+++ source/daemons/shepherd/shepherd.c
@@ -117,7 +117,7 @@ struct rusage {
 #elif defined(INTERIX)
 #  include <termios.h>
 #  include <sys/ioctl.h>
-#elif defined(FREEBSD)
+#elif defined(FREEBSD) || defined(NETBSD)
 #  include <termios.h>
 #else
 #  include <termio.h>