From: Jim Meyering Date: Sat, 8 Sep 2007 19:35:23 +0000 (+0200) Subject: Accommodate gnulib's renaming: __fpending.h -> fpending.h. X-Git-Tag: v6.9.89~142 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=eaa1c07fa1785dd46fd04ba1cb87362ad6e9aaa3;p=thirdparty%2Fcoreutils.git Accommodate gnulib's renaming: __fpending.h -> fpending.h. * lib/t-fpending.c: Include "fpending.h", not "__fpending.h". --- diff --git a/ChangeLog b/ChangeLog index a8c606bf9b..5d537cf49a 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2007-09-08 Jim Meyering + + Accommodate gnulib's renaming: __fpending.h -> fpending.h. + * lib/t-fpending.c: Include "fpending.h", not "__fpending.h". + 2007-09-07 Jim Meyering chmod: don't ignore a dangling symlink diff --git a/lib/t-fpending.c b/lib/t-fpending.c index c1f63f673c..d39878d3ed 100644 --- a/lib/t-fpending.c +++ b/lib/t-fpending.c @@ -1,6 +1,6 @@ /* Ensure that __fpending works. - Copyright (C) 2004 Free Software Foundation, Inc. + Copyright (C) 2004, 2007 Free Software Foundation, Inc. This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -21,7 +21,7 @@ #include #include -#include "__fpending.h" +#include "fpending.h" int main ()