diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 4b554b3824f..12c79765ba4 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,6 +1,9 @@ 2003-07-08 Kris Warkentin * nto-procfs.c: Cleaned up a bunch of ARI hits. + Include "gdb_dirent.h" instead of , replace all instances + of strerror with safe_strerror, use ISO C function definitions, + and replace instances of sprintf with snprintf. 2003-07-07 Andrew Cagney