summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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