1
0
mirror of git://git.sv.gnu.org/coreutils.git synced 2026-08-05 08:10:15 +02:00

* src/c99-to-c89.diff: Adjust shred.c offsets.

This commit is contained in:
Jim Meyering
2007-12-08 14:08:16 +01:00
parent d7ed77980b
commit f16499e4d5
2 changed files with 5 additions and 1 deletions
+4
View File
@@ -1,3 +1,7 @@
2007-12-08 Jim Meyering <meyering@redhat.com>
* src/c99-to-c89.diff: Adjust shred.c offsets.
2007-12-04 Jim Meyering <meyering@rho.meyering.net>
Reflect change in gnulib: don't include getpagesize.h,
+1 -1
View File
@@ -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. */