diff options
author | Thomas Bushnell <thomas@gnu.org> | 1999-01-31 23:50:36 +0000 |
---|---|---|
committer | Thomas Bushnell <thomas@gnu.org> | 1999-01-31 23:50:36 +0000 |
commit | 991964495b65f3f6d3a043d8fc5b7fe8c20728d3 (patch) | |
tree | 4872af8f9cd29e10441b8a77eae6530abf2de685 /nfs/ChangeLog | |
parent | 3ffa3f5df170bc879cc852c64a7e04fdc027f363 (diff) |
Sun Jan 31 18:39:09 1999 Thomas Bushnell, BSG <tb@mit.edu>
* nfs.c (xdr_encode_sattr_times): Convert nanoseconds to
microseconds correctly.
* ops.c (netfs_attempt_utimes): Handle new possibility that ATIME
or MTIME might be null.
Diffstat (limited to 'nfs/ChangeLog')
-rw-r--r-- | nfs/ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/nfs/ChangeLog b/nfs/ChangeLog index 8e10ecb9..c213b5c6 100644 --- a/nfs/ChangeLog +++ b/nfs/ChangeLog @@ -1,3 +1,11 @@ +Sun Jan 31 18:39:09 1999 Thomas Bushnell, BSG <tb@mit.edu> + + * nfs.c (xdr_encode_sattr_times): Convert nanoseconds to + microseconds correctly. + + * ops.c (netfs_attempt_utimes): Handle new possibility that ATIME + or MTIME might be null. + 1999-01-22 Roland McGrath <roland@baalperazim.frob.com> * ops.c (netfs_attempt_link): Remove major, minor macro definitions. |