From 82303b7dc8c8b4458c6c0b25d07a3b76e6709a7a Mon Sep 17 00:00:00 2001 From: Roland McGrath Date: Tue, 7 Jun 1994 03:06:58 +0000 Subject: Formerly ioctl_types.h.~3~ --- hurd/ioctl_types.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'hurd') diff --git a/hurd/ioctl_types.h b/hurd/ioctl_types.h index 67cac757..ec73439f 100644 --- a/hurd/ioctl_types.h +++ b/hurd/ioctl_types.h @@ -15,6 +15,6 @@ along with this program; if not, write to the Free Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. */ -typedef int *modes_t, *speeds_t; -typedef short *sizes_t; -typedef char *ccs_t; +typedef int modes_t[4], speeds_t[2]; +typedef short sizes_t[4]; +typedef char ccs_t[20]; -- cgit v1.2.3