diff options
author | Ulrich Drepper <drepper@redhat.com> | 1999-06-08 11:46:01 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 1999-06-08 11:46:01 +0000 |
commit | f5508a15fd0d28806124e9b6e9fab6f99ac087a0 (patch) | |
tree | 16b44972edf21064f2a6b39f5ec8dbf671f1e913 | |
parent | a7f7e9543d56cfa677a6ffd95dee7c29d3f0f626 (diff) | |
download | glibc-f5508a15fd0d28806124e9b6e9fab6f99ac087a0.tar glibc-f5508a15fd0d28806124e9b6e9fab6f99ac087a0.tar.gz glibc-f5508a15fd0d28806124e9b6e9fab6f99ac087a0.tar.bz2 glibc-f5508a15fd0d28806124e9b6e9fab6f99ac087a0.zip |
Update.
1999-06-08 Ulrich Drepper <drepper@cygnus.com>
* grp/Makefile (tests): Add tst_fgetgrent.
* grp/tst_fgetgrent.c: New file.
Patches by Andreas Jaeger <aj@arthur.rhein-neckar.de>.
-rw-r--r-- | ChangeLog | 6 | ||||
-rw-r--r-- | grp/Makefile | 2 |
2 files changed, 7 insertions, 1 deletions
@@ -1,3 +1,9 @@ +1999-06-08 Ulrich Drepper <drepper@cygnus.com> + + * grp/Makefile (tests): Add tst_fgetgrent. + * grp/tst_fgetgrent.c: New file. + Patches by Andreas Jaeger <aj@arthur.rhein-neckar.de>. + 1999-06-07 Roland McGrath <roland@baalperazim.frob.com> * db2/os/os_oflags.c (__db_oflags): Fix checking of O_ACCMODE bits to diff --git a/grp/Makefile b/grp/Makefile index f8e460e27a..5ca4953177 100644 --- a/grp/Makefile +++ b/grp/Makefile @@ -26,7 +26,7 @@ routines := fgetgrent initgroups setgroups \ getgrent getgrgid getgrnam putgrent \ getgrent_r getgrgid_r getgrnam_r fgetgrent_r -tests := testgrp +tests := testgrp tst_fgetgrent include ../Rules |