From 78a9b85f5fccdbba49edd35fbc2531d9b042b1ff Mon Sep 17 00:00:00 2001 From: Roland McGrath Date: Sat, 10 Sep 1994 10:13:31 +0000 Subject: entered into RCS --- hurd/tioctl.defs | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'hurd') diff --git a/hurd/tioctl.defs b/hurd/tioctl.defs index e77a6e85..b38cf768 100644 --- a/hurd/tioctl.defs +++ b/hurd/tioctl.defs @@ -34,7 +34,7 @@ type speeds_t = array[2] of int; /* This is the arg for a struct winsize as specified by the definition of _IOT_winsize in . */ -type sizes_t = array[4] of short; +type winsize_t = struct[4] of short; skip; skip; skip; /* 0 1 2 unused */ @@ -162,12 +162,12 @@ routine tioctl_tiocucntl ( /* 103 TIOCSWINSZ */ routine tioctl_tiocswinsz ( port: io_t; - sizes: sizes_t); + sizes: winsize_t); /* 104 TIOCGWINSZ */ routine tioctl_tiocgwinsz ( port: io_t; - out sizes: sizes_t); + out sizes: winsize_t); /* 105 TIOCREMOTE */ routine tioctl_tiocremote ( -- cgit v1.2.3