diff options
author | Jim Meyering <meyering@redhat.com> | 2011-10-27 19:04:45 +0200 |
---|---|---|
committer | Jim Meyering <meyering@redhat.com> | 2011-10-27 19:04:45 +0200 |
commit | e8f703c0007ee723e4d449685b48ed623f338f57 (patch) | |
tree | f720e7015bd3b44bfb016a8493fa7bd8d9cf90fc /gl/modules | |
parent | 22f3b2e9602f138b6bf4a45d50fa777c9fe782c5 (diff) | |
download | coreutils-e8f703c0007ee723e4d449685b48ed623f338f57.tar.xz |
build: avoid bootstrap failure when using patch-2.5.8
* gl/modules/tempname.diff: Regenerate to correct bogus offsets
and adjust for 1-line offset. Eric Blake reported that this
patch failed to apply when using patch-2.5.8.
Note that it applies fine using patch-2.6.1.
Diffstat (limited to 'gl/modules')
-rw-r--r-- | gl/modules/tempname.diff | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/gl/modules/tempname.diff b/gl/modules/tempname.diff index c5278d997..65d520538 100644 --- a/gl/modules/tempname.diff +++ b/gl/modules/tempname.diff @@ -1,14 +1,14 @@ ---- /gnulib/modules/tempname 2011-06-17 11:41:46.070787376 +0200 -+++ gl/modules/tempname 2011-06-17 11:43:49.571154551 +0200 -@@ -1,2 +1,2 @@ +--- tempname 2011-10-27 18:55:14.672722002 +0200 ++++ tempname 2011-10-27 18:55:25.200999149 +0200 +@@ -1,5 +1,5 @@ Description: -gen_tempname() function: create a private temporary file or directory. +gen_tempname, gen_tempname_len: create a private temporary file or directory. Files: lib/tempname.c -@@ -10,6 +10,8 @@ Depends-on: - extensions +@@ -11,6 +11,8 @@ extensions + fcntl-h gettimeofday lstat +randint |