From 0fc4d6596dd32bbaf7b88f5b29f72cbe588a1644 Mon Sep 17 00:00:00 2001 From: Roland McGrath Date: Sat, 10 Sep 1994 10:17:42 +0000 Subject: entered into RCS --- hurd/ioctl_types.h | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) (limited to 'hurd') diff --git a/hurd/ioctl_types.h b/hurd/ioctl_types.h index ec73439f..ddce16b8 100644 --- a/hurd/ioctl_types.h +++ b/hurd/ioctl_types.h @@ -15,6 +15,10 @@ along with this program; if not, write to the Free Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. */ -typedef int modes_t[4], speeds_t[2]; -typedef short sizes_t[4]; -typedef char ccs_t[20]; +#include +typedef tcflag_t modes_t[4]; +typedef speed_t speeds_t[2]; +typedef cc_t ccs_t[NCCS]; + +#include +typedef struct winsize winsize_t; -- cgit v1.2.3