diff options
author | Thomas Bushnell <thomas@gnu.org> | 1996-11-13 00:20:59 +0000 |
---|---|---|
committer | Thomas Bushnell <thomas@gnu.org> | 1996-11-13 00:20:59 +0000 |
commit | e881d19bded1191cf1157b212e1007ba80892e26 (patch) | |
tree | bccaf4cfafa2c888ddd9315ef7c85ab9f359c602 /libfshelp/ChangeLog | |
parent | e50352b16beed1f96343f780603b6dca1c9ada3a (diff) | |
download | hurd-e881d19bded1191cf1157b212e1007ba80892e26.tar.gz hurd-e881d19bded1191cf1157b212e1007ba80892e26.tar.bz2 hurd-e881d19bded1191cf1157b212e1007ba80892e26.zip |
Wed Nov 6 17:49:33 1996 Thomas Bushnell, n/BSG <thomas@gnu.ai.mit.edu>
* fshelp.h (fshelp_fetch_root): Delete args `uids', `gids',
`uids_len', and `gids_len'. New arg `user'.
* fetch-root.c (fshelp_fetch_root): Ditto.
* fshelp.h: Include <iohelp.h>.
(fshelp_access, fshelp_isowner, fshelp_checkdirmod): New
functions.
Diffstat (limited to 'libfshelp/ChangeLog')
-rw-r--r-- | libfshelp/ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/libfshelp/ChangeLog b/libfshelp/ChangeLog index 6903bca8..f653a3b8 100644 --- a/libfshelp/ChangeLog +++ b/libfshelp/ChangeLog @@ -1,3 +1,13 @@ +Wed Nov 6 17:49:33 1996 Thomas Bushnell, n/BSG <thomas@gnu.ai.mit.edu> + + * fshelp.h (fshelp_fetch_root): Delete args `uids', `gids', + `uids_len', and `gids_len'. New arg `user'. + * fetch-root.c (fshelp_fetch_root): Ditto. + + * fshelp.h: Include <iohelp.h>. + (fshelp_access, fshelp_isowner, fshelp_checkdirmod): New + functions. + Mon Oct 21 21:55:21 1996 Thomas Bushnell, n/BSG <thomas@gnu.ai.mit.edu> * fshelp.h: Add extern inline protection. |