mirror of
https://https.git.savannah.gnu.org/git/coreutils.git
synced 2026-01-27 01:44:21 +00:00
Accommodate gnulib's renaming: __fpending.h -> fpending.h.
* lib/t-fpending.c: Include "fpending.h", not "__fpending.h".
This commit is contained in:
parent
500eccdbe4
commit
eaa1c07fa1
@ -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
|
||||
|
||||
@ -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 ()
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user