From deb3c079c84038e7562a4de8902d822d8a137352 Mon Sep 17 00:00:00 2001 From: Roland McGrath Date: Sun, 20 Dec 1998 20:51:42 +0000 Subject: 1998-12-20 Roland McGrath * nfsd.h: Include . (bool_t, enum_t): Remove typedefs. --- nfsd/nfsd.h | 12 +++++------- 1 file changed, 5 insertions(+), 7 deletions(-) (limited to 'nfsd') diff --git a/nfsd/nfsd.h b/nfsd/nfsd.h index 57aac273..ba423f2d 100644 --- a/nfsd/nfsd.h +++ b/nfsd/nfsd.h @@ -1,5 +1,5 @@ -/* - Copyright (C) 1996 Free Software Foundation, Inc. +/* + Copyright (C) 1996, 98 Free Software Foundation, Inc. Written by Michael I. Bushnell, p/BSG. This file is part of the GNU Hurd. @@ -18,14 +18,12 @@ along with this program; if not, write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111, USA. */ -typedef int bool_t; -typedef int enum_t; - #include #include #include #include #include +#include #include "../nfs/nfs-spec.h" /* XXX */ #include @@ -35,7 +33,7 @@ typedef int enum_t; #define REPLY_KEEP_TIMEOUT 120 /* two minutes */ #define MAXIOSIZE 10240 -struct idspec +struct idspec { struct idspec *next, **prevp; int nuids, ngids; @@ -74,7 +72,7 @@ struct procedure int process_error; }; -struct proctable +struct proctable { int min; int max; -- cgit v1.2.3