diff options
author | Roland McGrath <roland@gnu.org> | 1994-06-07 03:06:58 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 1994-06-07 03:06:58 +0000 |
commit | 82303b7dc8c8b4458c6c0b25d07a3b76e6709a7a (patch) | |
tree | d17abf1d2759ba5329cc56f46297117dda2e2349 /hurd | |
parent | 028329465035db0fda8de91dbedd1f09c2320f59 (diff) |
Formerly ioctl_types.h.~3~
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]; |