diff options
-rw-r--r-- | hurd/ChangeLog | 5 | ||||
-rw-r--r-- | libstore/ChangeLog | 4 |
2 files changed, 9 insertions, 0 deletions
diff --git a/hurd/ChangeLog b/hurd/ChangeLog index 2bfd26c1..4ad83a25 100644 --- a/hurd/ChangeLog +++ b/hurd/ChangeLog @@ -1,3 +1,8 @@ +1998-12-27 Roland McGrath <roland@baalperazim.frob.com> + + * hurd_types.h (enum file_storage_class): New values STORAGE_REMAP, + STORAGE_COPY; moved with their comments from libstore/store.h. + 1998-11-29 Roland McGrath <roland@baalperazim.frob.com> * hurd_types.defs: Include <bits/utsname.h> instead of diff --git a/libstore/ChangeLog b/libstore/ChangeLog index 76970cff..576482e4 100644 --- a/libstore/ChangeLog +++ b/libstore/ChangeLog @@ -1,3 +1,7 @@ +1998-12-27 Roland McGrath <roland@baalperazim.frob.com> + + * store.h: Remove defns of STORAGE_*, now in <hurd/hurd_types.h>. + 1998-12-21 Roland McGrath <roland@baalperazim.frob.com> * open.c (store_open): Like file.c:fiopen, catch EACCES or EROFS |