]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
Accommodate gnulib's renaming: __fpending.h -> fpending.h.
authorJim Meyering <jim@meyering.net>
Sat, 8 Sep 2007 19:35:23 +0000 (21:35 +0200)
committerJim Meyering <jim@meyering.net>
Sat, 8 Sep 2007 19:35:31 +0000 (21:35 +0200)
* lib/t-fpending.c: Include "fpending.h", not "__fpending.h".

ChangeLog
lib/t-fpending.c

index a8c606bf9ba011072a27bb94662050715a79d409..5d537cf49a243765ce7ed4517330df66e78e3f84 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2007-09-08  Jim Meyering  <jim@meyering.net>
+
+       Accommodate gnulib's renaming: __fpending.h -> fpending.h.
+       * lib/t-fpending.c: Include "fpending.h", not "__fpending.h".
+
 2007-09-07  Jim Meyering  <jim@meyering.net>
 
        chmod: don't ignore a dangling symlink
index c1f63f673cf53808e2f81c785f88d02a0834d5f8..d39878d3edb5d21bc13de8ffb3e63d2a7b3effea 100644 (file)
@@ -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 <stdio.h>
 #include <stdlib.h>
 
-#include "__fpending.h"
+#include "fpending.h"
 
 int
 main ()