From f5508a15fd0d28806124e9b6e9fab6f99ac087a0 Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Tue, 8 Jun 1999 11:46:01 +0000 Subject: [PATCH] Update. 1999-06-08 Ulrich Drepper * grp/Makefile (tests): Add tst_fgetgrent. * grp/tst_fgetgrent.c: New file. Patches by Andreas Jaeger . --- ChangeLog | 6 ++++++ grp/Makefile | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 03937bd..c68b05d 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +1999-06-08 Ulrich Drepper + + * grp/Makefile (tests): Add tst_fgetgrent. + * grp/tst_fgetgrent.c: New file. + Patches by Andreas Jaeger . + 1999-06-07 Roland McGrath * db2/os/os_oflags.c (__db_oflags): Fix checking of O_ACCMODE bits to diff --git a/grp/Makefile b/grp/Makefile index f8e460e..5ca4953 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 -- 2.7.4