mirror of
git://git.sv.gnu.org/coreutils.git
synced 2026-02-23 07:35:35 +02:00
* 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.
19 lines
409 B
Diff
19 lines
409 B
Diff
--- 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
|
|
@@ -11,6 +11,8 @@ extensions
|
|
fcntl-h
|
|
gettimeofday
|
|
lstat
|
|
+randint
|
|
+stdbool
|
|
stdint
|
|
sys_stat
|
|
sys_time
|