aboutsummaryrefslogtreecommitdiff
path: root/nfsd/nfsd.h
diff options
context:
space:
mode:
authorThomas Bushnell <thomas@gnu.org>1996-10-08 16:20:39 +0000
committerThomas Bushnell <thomas@gnu.org>1996-10-08 16:20:39 +0000
commitd25e8e0bd649f8fb21adbf2a27fd82f8fa81ecac (patch)
tree9e03f8280be7ea82dcf7d2f9327fcdac4e67a907 /nfsd/nfsd.h
parentb67436f8411e8155c8b9a15f7d39751cd72248a1 (diff)
downloadhurd-d25e8e0bd649f8fb21adbf2a27fd82f8fa81ecac.tar.gz
hurd-d25e8e0bd649f8fb21adbf2a27fd82f8fa81ecac.tar.bz2
hurd-d25e8e0bd649f8fb21adbf2a27fd82f8fa81ecac.zip
Thu Sep 26 14:09:20 1996 Thomas Bushnell, n/BSG <thomas@gnu.ai.mit.edu>
* nfsd.h (enum_t): New type. * cache.c: Don't inclide <rpc/auth_unix.h>.
Diffstat (limited to 'nfsd/nfsd.h')
-rw-r--r--nfsd/nfsd.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/nfsd/nfsd.h b/nfsd/nfsd.h
index b225c1cd..57aac273 100644
--- a/nfsd/nfsd.h
+++ b/nfsd/nfsd.h
@@ -19,6 +19,7 @@
Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111, USA. */
typedef int bool_t;
+typedef int enum_t;
#include <sys/types.h>
#include <sys/socket.h>