summaryrefslogtreecommitdiff
path: root/x11/hanterm/patches/patch-ac
blob: a8fd047f6352d6e4b732fed4cfd7d43ae85f9314 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
$NetBSD: patch-ac,v 1.1 2001/05/03 18:37:48 fredb Exp $

--- data.c.orig	Wed Feb 24 05:04:50 1999
+++ data.c
@@ -28,6 +28,7 @@
 #include "ptyx.h"		/* gets Xt stuff, too */
 #include "data.h"
 #include <setjmp.h>
+#include <sys/types.h>
 
 int bcnt = 0;
 #if !defined(NO_PATCH_CURSOR_MOVE) /* by hanmaum 1998.2.6 */
@@ -61,7 +62,7 @@
 int am_slave = 0;	/* set to 1 if running as a slave process */
 int max_plus1;
 int pty_mask;
-#if defined(linux)||defined(SVR4)||(defined(hpux)&&OSMAJORVERSION>=10)
+#ifndef VMS
 fd_set Select_mask;
 #else
 int Select_mask;