summaryrefslogtreecommitdiffstats
path: root/cpukit/libcsupport/ChangeLog
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2002-10-02 17:33:17 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2002-10-02 17:33:17 +0000
commited8c513a74ef3f55722a09596bf6a573e778fe92 (patch)
treec92dd89705cb21a328da1480dfe4a0d071bb0e7b /cpukit/libcsupport/ChangeLog
parent2002-09-16 Joel Sherrill <joel@OARcorp.com> (diff)
downloadrtems-ed8c513a74ef3f55722a09596bf6a573e778fe92.tar.bz2
2002-10-02 Eric Norum <eric.norum@usask.ca>
* src/getpwent.c: Per PR283, reimplement to address reentrancy problems. * src/getgrent.c: Removed as functionality is now just a wrapper for common routines in src/getpwent.c. * Makefile.am: Reflect file removal.
Diffstat (limited to 'cpukit/libcsupport/ChangeLog')
-rw-r--r--cpukit/libcsupport/ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/cpukit/libcsupport/ChangeLog b/cpukit/libcsupport/ChangeLog
index 1de58634a4..baa0e21330 100644
--- a/cpukit/libcsupport/ChangeLog
+++ b/cpukit/libcsupport/ChangeLog
@@ -1,3 +1,10 @@
+2002-10-02 Eric Norum <eric.norum@usask.ca>
+
+ * src/getpwent.c: Per PR283, reimplement to address reentrancy problems.
+ * src/getgrent.c: Removed as functionality is now just a wrapper for
+ common routines in src/getpwent.c.
+ * Makefile.am: Reflect file removal.
+
2002-09-14 Joel Sherrill <joel@OARcorp.com>
* include/rtems/libio.h: Change rtems_filesystem_read_t and