diff options
author | Thomas Bushnell <thomas@gnu.org> | 1996-08-14 18:10:19 +0000 |
---|---|---|
committer | Thomas Bushnell <thomas@gnu.org> | 1996-08-14 18:10:19 +0000 |
commit | 2026ce0437cca8cb15149a5c488f93110f69131d (patch) | |
tree | 7bdeded20cbe0cc5222cb8aeeb773f761cc7cc79 /nfsd/nfsd.h | |
parent | 332efe88b6fbf47a33cd27a4b9b22276a30c181f (diff) | |
download | hurd-2026ce0437cca8cb15149a5c488f93110f69131d.tar.gz hurd-2026ce0437cca8cb15149a5c488f93110f69131d.tar.bz2 hurd-2026ce0437cca8cb15149a5c488f93110f69131d.zip |
*** empty log message ***
Diffstat (limited to 'nfsd/nfsd.h')
-rw-r--r-- | nfsd/nfsd.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/nfsd/nfsd.h b/nfsd/nfsd.h index c8ec86e2..d6d7aac9 100644 --- a/nfsd/nfsd.h +++ b/nfsd/nfsd.h @@ -46,7 +46,7 @@ struct idspec struct cache_handle { struct cache_handle *next, **prevp; - char handle[NFS_FHSIZE]; + char handle[NFS2_FHSIZE]; struct idspec *ids; file_t port; time_t lastuse; @@ -113,11 +113,11 @@ void scan_replies (void); void server_loop (int); /* ops.c */ -extern struct proctable nfstable, mounttable, pmaptable; +extern struct proctable nfs2table, mounttable, pmaptable; /* xdr.c */ int nfs_error_trans (error_t, int); -int *encode_fattr (int *, struct stat *); +int *encode_fattr (int *, struct stat *, int version); int *decode_name (int *, char **); int *encode_fhandle (int *, char *); int *encode_string (int *, char *); |