1
0
mirror of git://git.sv.gnu.org/coreutils.git synced 2026-04-20 02:36:16 +02:00

* src/c99-to-c89.diff: Update to reflect new offsets in rm.c.

This commit is contained in:
Jim Meyering
2006-10-28 18:21:13 +02:00
parent a0db0def2d
commit 876e46bce7
2 changed files with 5 additions and 1 deletions

View File

@@ -1,3 +1,7 @@
2006-10-28 Jim Meyering <jim@meyering.net>
* src/c99-to-c89.diff: Update to reflect new offsets in rm.c.
2006-10-26 Jim Meyering <jim@meyering.net>
* src/system.h (ftello): Add a compile-time check for the highly

View File

@@ -130,7 +130,7 @@ retrieving revision 1.140
diff -u -p -u -r1.140 rm.c
--- src/rm.c 3 Sep 2006 02:53:58 -0000 1.140
+++ src/rm.c 6 Sep 2006 18:57:46 -0000
@@ -364,8 +364,10 @@ main (int argc, char **argv)
@@ -369,8 +369,10 @@ main (int argc, char **argv)
if (!yesno ())
exit (EXIT_SUCCESS);
}