diff options
Diffstat (limited to 'hurd')
-rw-r--r-- | hurd/ioctl_types.h | 6 |
1 files changed, 3 insertions, 3 deletions
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]; |