summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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 */