diff options
author | Roland McGrath <roland@gnu.org> | 2002-06-08 02:49:41 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 2002-06-08 02:49:41 +0000 |
commit | de70b25fcd6b7f3c523efea95863cbfeb4313aae (patch) | |
tree | 156b788b690221a718131d5438153c0419b6c335 /hurd | |
parent | 9d3fac19f009975cc5cf20684f86d9006d890081 (diff) |
.
Diffstat (limited to 'hurd')
-rw-r--r-- | hurd/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/hurd/ChangeLog b/hurd/ChangeLog index 475652f3..aec09468 100644 --- a/hurd/ChangeLog +++ b/hurd/ChangeLog @@ -1,3 +1,10 @@ +2002-06-07 Roland McGrath <roland@frob.com> + + * hurd_types.defs (dev_t, ssize_t): Remove unused types. + (uid_t, gid_t, mode_t, pid_t, off_t, size_t): Use int32/unsigned32. + (retry_type, wait_status_t): Likewise. + (file_changed_type_t, dir_changed_type_t): Likewise. + 2002-06-05 Roland McGrath <roland@frob.com> * hurd_types.h (struct procinfo): New member `taskevents'. |