diff options
author | Christopher Faylor <me@cgf.cx> | 2002-10-19 11:59:14 +0000 |
---|---|---|
committer | Christopher Faylor <me@cgf.cx> | 2002-10-19 11:59:14 +0000 |
commit | 3350721cff0e46e2e3901f73da0301a56f2e6558 (patch) | |
tree | 7b7171f2ee61c65122ce6122a55f7fd382e715fa | |
parent | 7c518815315e6e7d8943314e42982a829bb3fb09 (diff) | |
download | newlib-3350721cff0e46e2e3901f73da0301a56f2e6558.zip newlib-3350721cff0e46e2e3901f73da0301a56f2e6558.tar.gz newlib-3350721cff0e46e2e3901f73da0301a56f2e6558.tar.bz2 |
fix changelog
-rw-r--r-- | winsup/utils/ChangeLog | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/winsup/utils/ChangeLog b/winsup/utils/ChangeLog index 56a5cf2..aa975d4 100644 --- a/winsup/utils/ChangeLog +++ b/winsup/utils/ChangeLog @@ -1,6 +1,7 @@ 2002-10-19 Christopher Faylor <cgf@redhat.com> * mount.cc (usage): Correctly report default mode. + * strace.cc (main): Use strtoul as appropriate. 2002-09-29 Christopher Faylor <cgf@redhat.com> |