diff options
author | Roland McGrath <roland@gnu.org> | 2004-02-11 07:54:28 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 2004-02-11 07:54:28 +0000 |
commit | 3988b3a19663f5cde6421734f09360e8cd00b666 (patch) | |
tree | 10d1c9dddd473fad763fe0b1d58c2e50dd8db44e /libfshelp | |
parent | 04e20616306fbe066a1e33cf5d08978d69f2f263 (diff) |
.
Diffstat (limited to 'libfshelp')
-rw-r--r-- | libfshelp/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/libfshelp/ChangeLog b/libfshelp/ChangeLog index 81323fe7..808eefd0 100644 --- a/libfshelp/ChangeLog +++ b/libfshelp/ChangeLog @@ -1,3 +1,10 @@ +2004-02-10 Roland McGrath <roland@frob.com> + + * start-translator-long.c (service_fsys_startup): Move mach_msg_type_t + const variables inside the function, make them auto so they are + optimized away to integer constants. + Use a union instead of casts to do efficient type checking. + 2002-06-26 Marcus Brinkmann <marcus@gnu.org> * lock-acquire.c (fshelp_acquire_lock): Also wait for exclusive |