diff options
author | Thomas Bushnell <thomas@gnu.org> | 1996-10-08 16:20:39 +0000 |
---|---|---|
committer | Thomas Bushnell <thomas@gnu.org> | 1996-10-08 16:20:39 +0000 |
commit | d25e8e0bd649f8fb21adbf2a27fd82f8fa81ecac (patch) | |
tree | 9e03f8280be7ea82dcf7d2f9327fcdac4e67a907 /nfsd/cache.c | |
parent | b67436f8411e8155c8b9a15f7d39751cd72248a1 (diff) | |
download | hurd-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/cache.c')
-rw-r--r-- | nfsd/cache.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/nfsd/cache.c b/nfsd/cache.c index 29e64834..4230c24f 100644 --- a/nfsd/cache.c +++ b/nfsd/cache.c @@ -33,7 +33,6 @@ #define malloc spoogie_woogie /* ugh^2. */ #include <rpc/types.h> #include <rpc/auth.h> -#include <rpc/auth_unix.h> #undef malloc #define IDHASH_TABLE_SIZE 1024 |