From 4ec17d5e7bf05667375ede5140d1c4054c7e912e Mon Sep 17 00:00:00 2001 From: "Michael I. Bushnell" Date: Tue, 10 May 1994 22:20:12 +0000 Subject: Formerly ioctl_types.h.~2~ --- 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 b6e8aa65..67cac757 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. */ -int *modes_t, *speeds)t; -short *sizes_t; -char *ccs_t; +typedef int *modes_t, *speeds_t; +typedef short *sizes_t; +typedef char *ccs_t; -- cgit v1.2.3