summaryrefslogtreecommitdiff
path: root/hurd/ioctl_types.h
diff options
context:
space:
mode:
authorMichael I. Bushnell <mib@gnu.org>1994-05-10 22:20:12 +0000
committerMichael I. Bushnell <mib@gnu.org>1994-05-10 22:20:12 +0000
commit4ec17d5e7bf05667375ede5140d1c4054c7e912e (patch)
tree1a07a4d6cbe50b077e1cbcf46d136fe30bcb574a /hurd/ioctl_types.h
parenta8e05b1854403a9b42eb244353a7102884748be5 (diff)
Formerly ioctl_types.h.~2~
Diffstat (limited to 'hurd/ioctl_types.h')
-rw-r--r--hurd/ioctl_types.h6
1 files changed, 3 insertions, 3 deletions
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;