From: Jim Meyering Date: Sat, 26 Aug 2000 12:04:46 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: FILEUTILS-4_0z~91 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=04b3f8c73f04d394c88ee04d67f0998942b90bdb;p=platform%2Fupstream%2Fcoreutils.git *** empty log message *** --- diff --git a/lib/ChangeLog b/lib/ChangeLog index 301e187..dcacfcf 100644 --- a/lib/ChangeLog +++ b/lib/ChangeLog @@ -1,3 +1,9 @@ +2000-08-26 Jim Meyering + + * Makefile.am (noinst_HEADERS): Add __fpending.h. + * __fpending.c: New file. + * __fpending.h: New file. + 2000-08-07 Paul Eggert Standardize on "memory exhausted" instead of "Memory exhausted" diff --git a/lib/__fpending.c b/lib/__fpending.c index a761b97..a872102 100644 --- a/lib/__fpending.c +++ b/lib/__fpending.c @@ -21,8 +21,7 @@ # include #endif -#include -#include +#include "__fpending.h" size_t __fpending (FILE *fp)