diff options
Diffstat (limited to 'hurd')
-rw-r--r-- | hurd/ChangeLog | 5 | ||||
-rw-r--r-- | hurd/hurd_types.h | 2 |
2 files changed, 6 insertions, 1 deletions
diff --git a/hurd/ChangeLog b/hurd/ChangeLog index 80834c80..301a80a8 100644 --- a/hurd/ChangeLog +++ b/hurd/ChangeLog @@ -1,3 +1,8 @@ +2000-11-15 Marcus Brinkmann <marcus@gnu.org> + + * hurd_types.h: Doc fix reported by Neal H Walfield + (neal@cs.uml.edu), STORAGE_NULL is actually STORAGE_ZERO. + 2000-01-26 Roland McGrath <roland@baalperazim.frob.com> * io_reply.defs (io_select_reply): Remove ID_TAG argument, diff --git a/hurd/hurd_types.h b/hurd/hurd_types.h index 3595d049..68d909ac 100644 --- a/hurd/hurd_types.h +++ b/hurd/hurd_types.h @@ -157,7 +157,7 @@ enum term_bottom_type STORAGE_HURD_FILE is a hurd file_t (as if a file were mapped) STORAGE_TASK is a task_t (the storage is in the vm of the task) STORAGE_MEMORY is a memory object port - STORAGE_NULL is a fixed-size constant source of zeros + STORAGE_ZERO is a fixed-size constant source of zeros STORAGE_INTERLEAVE is a set of other storage types interleaved at a fixed interval STORAGE_CONCAT is a set of other storage types concatenated end-to-end |