From 864625e4a9d334c5e95d9f4a3cc0a57444f736d8 Mon Sep 17 00:00:00 2001 From: Roland McGrath Date: Fri, 9 Feb 1996 01:35:19 +0000 Subject: Protect from multiple inclusion. --- hurd/ioctl_types.h | 9 +++++++-- 1 file 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 typedef tcflag_t modes_t[4]; typedef speed_t speeds_t[2]; @@ -22,3 +25,5 @@ typedef cc_t ccs_t[NCCS]; #include typedef struct winsize winsize_t; + +#endif /* hurd/ioctl_types.h */ -- cgit v1.2.3