summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>1999-06-08 11:46:01 +0000
committerUlrich Drepper <drepper@redhat.com>1999-06-08 11:46:01 +0000
commitf5508a15fd0d28806124e9b6e9fab6f99ac087a0 (patch)
tree16b44972edf21064f2a6b39f5ec8dbf671f1e913
parenta7f7e9543d56cfa677a6ffd95dee7c29d3f0f626 (diff)
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--ChangeLog6
-rw-r--r--grp/Makefile2
2 files changed, 7 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 03937bd3b9..c68b05d5e8 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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