summaryrefslogtreecommitdiff
path: root/hurd/ioctl_types.h
diff options
context:
space:
mode:
authorRoland McGrath <roland@gnu.org>1996-02-09 01:35:19 +0000
committerRoland McGrath <roland@gnu.org>1996-02-09 01:35:19 +0000
commit864625e4a9d334c5e95d9f4a3cc0a57444f736d8 (patch)
treedc5f51d69a9c5d0fb2ae6fb3507acb2864869b34 /hurd/ioctl_types.h
parent88b9f8c660b89a1df5e893bf4eca6a94e4fd2900 (diff)
Protect from multiple inclusion.
Diffstat (limited to 'hurd/ioctl_types.h')
-rw-r--r--hurd/ioctl_types.h9
1 files changed, 7 insertions, 2 deletions
diff --git a/hurd/ioctl_types.h b/hurd/ioctl_types.h
index ddce16b8..01a1e2e6 100644
--- a/hurd/ioctl_types.h
+++ b/hurd/ioctl_types.h
@@ -1,5 +1,5 @@
-/*
- Copyright (C) 1994 Free Software Foundation
+/* Types used in RPC definitions corresponding to ioctls.
+ Copyright (C) 1994, 1996 Free Software Foundation
This program is free software; you can redistribute it and/or
modify it under the terms of the GNU General Public License as
@@ -15,6 +15,9 @@
along with this program; if not, write to the Free Software
Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. */
+#ifndef _HURD_IOCTL_TYPES_H
+#define _HURD_IOCTL_TYPES_H
+
#include <termios.h>
typedef tcflag_t modes_t[4];
typedef speed_t speeds_t[2];
@@ -22,3 +25,5 @@ typedef cc_t ccs_t[NCCS];
#include <sys/ioctl.h>
typedef struct winsize winsize_t;
+
+#endif /* hurd/ioctl_types.h */