blob: 4253928e2a45e3e609a0f7d3397f25a3f39cfe9c (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
$NetBSD: patch-aa,v 1.3 2009/05/13 21:00:25 markd Exp $
--- source/libs/uti/sge_pty.c.orig 2008-12-04 23:57:01.000000000 +1300
+++ source/libs/uti/sge_pty.c
@@ -54,7 +54,7 @@
# include <sys/ioctl.h>
# include <stropts.h>
# include <termio.h>
-#elif defined(FREEBSD)
+#elif defined(FREEBSD) || defined(NETBSD)
# include <termios.h>
#else
# include <termio.h>
|