]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
build: avoid bootstrap failure when using patch-2.5.8
authorJim Meyering <meyering@redhat.com>
Thu, 27 Oct 2011 17:04:45 +0000 (19:04 +0200)
committerJim Meyering <meyering@redhat.com>
Thu, 27 Oct 2011 17:04:45 +0000 (19:04 +0200)
* 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.

gl/modules/tempname.diff

index c5278d997721cd0a11f77415ecd509dbe6d1069b..65d52053895d005ad09664c5bf82a69f59aa0401 100644 (file)
@@ -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