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

--- source/daemons/shepherd/sge_shepherd_ijs.c.orig	2008-12-04 23:56:58.000000000 +1300
+++ source/daemons/shepherd/sge_shepherd_ijs.c
@@ -54,7 +54,7 @@
 #elif defined(INTERIX)
 #  include <termios.h>
 #  include <sys/ioctl.h>
-#elif defined(FREEBSD)
+#elif defined(FREEBSD) || defined(NETBSD)
 #  include <sys/ioctl.h>
 #  include <termios.h>
 #else