diff options
author | Jim Meyering <jim@meyering.net> | 2007-02-02 01:22:58 +0100 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2007-02-02 01:22:58 +0100 |
commit | 1d72903fafbd744ea57b25c47607c6b0c9c49766 (patch) | |
tree | b68caccce7a55a743289e2c0d1119e11368d5067 /src | |
parent | 82276cbd2e101862d1f7a7a7d282dd4afc5dd398 (diff) | |
download | coreutils-1d72903fafbd744ea57b25c47607c6b0c9c49766.tar.xz |
* src/c99-to-c89.diff: Make shred.c Index: and a/b prefixes
consistent, so this can be applied with patch -p0.
Reported by Matthew Woehlke.
* Makefile.maint (patch-check): Use patch with its -p2 option,
since that makes this check slightly more strict.
Diffstat (limited to 'src')
-rw-r--r-- | src/c99-to-c89.diff | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/c99-to-c89.diff b/src/c99-to-c89.diff index 04db772c4..997b0093a 100644 --- a/src/c99-to-c89.diff +++ b/src/c99-to-c89.diff @@ -83,13 +83,13 @@ index 364a21c..7a24014 100644 + } + } } -Index: shred.c +Index: src/shred.c =================================================================== RCS file: /fetish/cu/src/shred.c,v 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 +--- a/src/shred.c 3 Sep 2006 02:53:16 -0000 1.130 ++++ b/src/shred.c 3 Oct 2006 13:48:24 -0000 @@ -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 |