diff options
author | Thomas Bushnell <thomas@gnu.org> | 1999-07-01 21:30:38 +0000 |
---|---|---|
committer | Thomas Bushnell <thomas@gnu.org> | 1999-07-01 21:30:38 +0000 |
commit | b99a3ad650fec94f5f476dd739972b8cb6c8daca (patch) | |
tree | c445bdf36b64039d1130df1f6716a9e95cfd0bd6 /libnetfs/ChangeLog | |
parent | 1f6601e1a657d7008f6c15fca71d2dc092f7cb78 (diff) |
1999-07-01 Thomas Bushnell, BSG <tb@mit.edu>
* nref.c: New file; guts from netfs.h.
* nrele.c: Likewise.
* nput.c: Likewise.
* netfs.h (netfs_nref, netfs_nrele, netfs_nput): Replace inline
definitions with normal declarations.
(NETFS_EI): Remove macro.
* netfs.c: Deleted file.
* Makefile (OTHERSRCS): Add nref.c, nrele.c, nput.c. Remove
netfs.c.
Diffstat (limited to 'libnetfs/ChangeLog')
-rw-r--r-- | libnetfs/ChangeLog | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/libnetfs/ChangeLog b/libnetfs/ChangeLog index e24cbf9e..ae25f1d8 100644 --- a/libnetfs/ChangeLog +++ b/libnetfs/ChangeLog @@ -1,3 +1,15 @@ +1999-07-01 Thomas Bushnell, BSG <tb@mit.edu> + + * nref.c: New file; guts from netfs.h. + * nrele.c: Likewise. + * nput.c: Likewise. + * netfs.h (netfs_nref, netfs_nrele, netfs_nput): Replace inline + definitions with normal declarations. + (NETFS_EI): Remove macro. + * netfs.c: Deleted file. + * Makefile (OTHERSRCS): Add nref.c, nrele.c, nput.c. Remove + netfs.c. + Thu Mar 4 07:18:21 1999 Joel N. Weber II <devnull@theobromine.ai.mit.edu> * dir-lookup.c (netfs_S_dir_lookup): Only set newnode to 1 if the |