summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2006-11-27 14:38:35 +0100
committerJim Meyering <jim@meyering.net>2006-11-27 14:38:35 +0100
commit97136cb93fa4f54e37ba34c9cdd14655243155a9 (patch)
treeae493aabd62217301b0c695fdf0ee353787d5908 /src
parent9b06af3367500dfe09067b047381e788969059cd (diff)
downloadcoreutils-97136cb93fa4f54e37ba34c9cdd14655243155a9.tar.xz
* Makefile.maint (patch-check): Rewrite to diagnose failure.
* src/c99-to-c89.diff: Adjust shred.c offsets.
Diffstat (limited to 'src')
-rw-r--r--src/c99-to-c89.diff2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/c99-to-c89.diff b/src/c99-to-c89.diff
index 57e98357a..dc33dd670 100644
--- a/src/c99-to-c89.diff
+++ b/src/c99-to-c89.diff
@@ -90,7 +90,7 @@ retrieving revision 1.130
diff -u -p -r1.130 shred.c
--- shred.c 3 Sep 2006 02:53:16 -0000 1.130
+++ shred.c 3 Oct 2006 13:48:24 -0000
-@@ -460,7 +460,7 @@ dopass (int fd, char const *qname, off_t
+@@ -464,7 +464,7 @@ dopass (int fd, char const *qname, off_t
out. Thus, it shouldn't give up on bad blocks. This
code works because lim is always a multiple of
SECTOR_SIZE, except at the end. */