summaryrefslogtreecommitdiffstats
path: root/cpukit/libcsupport/Makefile.am
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/Makefile.am
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/Makefile.am')
-rw-r--r--cpukit/libcsupport/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpukit/libcsupport/Makefile.am b/cpukit/libcsupport/Makefile.am
index b758db0d61..1a6e154179 100644
--- a/cpukit/libcsupport/Makefile.am
+++ b/cpukit/libcsupport/Makefile.am
@@ -117,7 +117,7 @@ DIRECTORY_SCAN_C_FILES = src/opendir.c src/closedir.c src/readdir.c \
MALLOC_C_FILES = src/malloc.c src/mallocfreespace.c src/__brk.c src/__sbrk.c
-PASSWORD_GROUP_C_FILES = src/getpwent.c src/getgrent.c
+PASSWORD_GROUP_C_FILES = src/getpwent.c
TERMINAL_IDENTIFICATION_C_FILES = src/ctermid.c src/isatty.c src/ttyname.c \
src/ttyname_r.c