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/ChangeLog | |
parent | 332efe88b6fbf47a33cd27a4b9b22276a30c181f (diff) |
*** empty log message ***
Diffstat (limited to 'nfsd/ChangeLog')
-rw-r--r-- | nfsd/ChangeLog | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/nfsd/ChangeLog b/nfsd/ChangeLog index 3fc876e2..744bd3b8 100644 --- a/nfsd/ChangeLog +++ b/nfsd/ChangeLog @@ -1,3 +1,16 @@ +Wed Aug 14 13:46:45 1996 Thomas Bushnell, n/BSG <thomas@gnu.ai.mit.edu> + + * ops.c (nfstable): Renamed to nfs2table. + * nfsd.h (nfstable): Likewise. + * loop.c (server_loop): Reference nfs2table instead of nfstable. + + * nfsd.h, cache.c, ops.c, xdr.c: Use new names for things that + have just been changed in ../nfs/rpcsvc/nfs_prot.h. + * xdr.c (hurd_mode_to_nfs_type): New parm VERSION; all callers + changed. + (encode_fattr): New parm VERSION; all callers changed. + * nfsd.h (encode_fattr): New parm VERSION. + Tue Aug 13 14:38:36 1996 Thomas Bushnell, n/BSG <thomas@gnu.ai.mit.edu> * ops.c (op_create): Sun's NFS client implementation actually |