From fe1d2dbb9600251cc9fceb02251be194102aa5d0 Mon Sep 17 00:00:00 2001 From: Marcus Brinkmann Date: Wed, 15 Nov 2000 00:01:17 +0000 Subject: 2000-11-15 Marcus Brinkmann * hurd_types.h: Doc fix reported by Neal H Walfield (neal@cs.uml.edu), STORAGE_NULL is actually STORAGE_ZERO. --- hurd/ChangeLog | 5 +++++ hurd/hurd_types.h | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) 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 + + * 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 * 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 -- cgit v1.2.3