From 2dc45471bf1f0c0fac4380f8f4a19a2eb6bf2230 Mon Sep 17 00:00:00 2001 From: Roland McGrath Date: Mon, 30 Nov 1998 03:18:44 +0000 Subject: 1998-11-29 Roland McGrath * hurd_types.defs: Include instead of . Reported by Mark Kettenis . --- hurd/hurd_types.defs | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/hurd/hurd_types.defs b/hurd/hurd_types.defs index 45767893..4f6c5b4c 100644 --- a/hurd/hurd_types.defs +++ b/hurd/hurd_types.defs @@ -1,5 +1,5 @@ /* MiG type declarations for Hurd interfaces -*- C -*- - Copyright (C) 1993, 1994, 1995, 1996 Free Software Foundation + Copyright (C) 1993, 94, 95, 96, 98 Free Software Foundation, Inc. This file is part of the GNU Hurd. @@ -8,7 +8,7 @@ it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2, or (at your option) any later version. -The GNU Hurd is distributed in the hope that it will be useful, +The GNU Hurd is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. @@ -213,7 +213,8 @@ type rusage_t = struct[18] of int; /* XXX */ type flock_t = struct[5] of int; -#include +#define _SYS_UTSNAME_H /* Inhibit warning from . */ +#include type utsname_t = struct[5 * _UTSNAME_LENGTH] of char; import ; -- cgit v1.2.3