diff options
author | Roland McGrath <roland@gnu.org> | 2001-01-16 11:51:26 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 2001-01-16 11:51:26 +0000 |
commit | 7e2b82e92f1ee97257dfef1d3c59d33f623b22d9 (patch) | |
tree | 7d0aa0227ab72e93b3276643f9dc2697c8eeea92 /storeio | |
parent | 73cca3c79358164f2baa93ad75072998fed44cf4 (diff) |
.
Diffstat (limited to 'storeio')
-rw-r--r-- | storeio/ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/storeio/ChangeLog b/storeio/ChangeLog index 8619d5f9..216cf3cb 100644 --- a/storeio/ChangeLog +++ b/storeio/ChangeLog @@ -1,3 +1,12 @@ +2001-01-16 Roland McGrath <roland@frob.com> + + * storeio.c (parse_opt): Set PARAMS->store_params.store_optional. + (storeio_fsys): New global variable. + (main): Use it. + * dev.h: Declare it. + * dev.c (dev_open): If DEV->store_name is null, open the underlying + node using store_create. + 2000-07-26 Mark Kettenis <kettenis@gnu.org> * Makefile (HURDLIBS): Reorder libs such that the threads lib |