summaryrefslogtreecommitdiff
path: root/src/c99-to-c89.diff
diff options
context:
space:
mode:
authorJim Meyering <meyering@redhat.com>2007-12-08 14:08:16 +0100
committerJim Meyering <meyering@redhat.com>2007-12-08 14:08:16 +0100
commitf16499e4d5cc4bd50067a7d8acc295ac5446833f (patch)
tree1bfe0805399baad2e8d523ed98ff74ab09415e48 /src/c99-to-c89.diff
parentd7ed77980b8eea5ccf1fbba32a20a72dae89764d (diff)
downloadcoreutils-f16499e4d5cc4bd50067a7d8acc295ac5446833f.tar.xz
* src/c99-to-c89.diff: Adjust shred.c offsets.
Diffstat (limited to 'src/c99-to-c89.diff')
-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 c22c6e5e0..5766b2435 100644
--- a/src/c99-to-c89.diff
+++ b/src/c99-to-c89.diff
@@ -127,7 +127,7 @@ diff -upr src/seq.c src/seq.c
diff -upr src/shred.c src/shred.c
--- src/shred.c 2007-07-23 12:56:20.000000000 +0200
+++ src/shred.c 2007-07-23 13:03:12.000000000 +0200
-@@ -462,7 +462,7 @@ dopass (int fd, char const *qname, off_t
+@@ -461,7 +461,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. */