diff options
author | Miles Bader <miles@gnu.org> | 1996-09-23 17:06:17 +0000 |
---|---|---|
committer | Miles Bader <miles@gnu.org> | 1996-09-23 17:06:17 +0000 |
commit | d27df45cffc7c8d2cb6142224839a23b4c59c7c4 (patch) | |
tree | 2dc082b9f9be23de588225030253a058810d83de /libtrivfs | |
parent | 89511598743cc9bb3ca59916cb690e1734863089 (diff) |
.
Diffstat (limited to 'libtrivfs')
-rw-r--r-- | libtrivfs/ChangeLog | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/libtrivfs/ChangeLog b/libtrivfs/ChangeLog index 83b1f653..f1bf479b 100644 --- a/libtrivfs/ChangeLog +++ b/libtrivfs/ChangeLog @@ -1,3 +1,18 @@ +Thu Sep 19 18:00:42 1996 Miles Bader <miles@gnu.ai.mit.edu> + + * Makefile (HURDLIBS): Add shouldbeinlibc. + +Wed Sep 18 12:47:54 1996 Miles Bader <miles@gnu.ai.mit.edu> + + * fsys-get-options.c (trivfs_S_fsys_get_options): Initialize ARGZ + with the program name, and call trivfs_append_args instead of + trivfs_get_options. + * file-get-fs-options.c (trivfs_S_file_get_fs_options): Likewise. + * trivfs.h (trivfs_append_args): New declaration. + (trivfs_get_options): Declaration removed. + * Makefile (OTHERSRCS): Replace get-options.c with apend-args.c. + * append-args.c (trivfs_append_args): New file. + Thu Sep 12 16:23:15 1996 Thomas Bushnell, n/BSG <thomas@gnu.ai.mit.edu> * Makefile (HURDLIBS): New variable. |