mirror of
git://git.sv.gnu.org/coreutils.git
synced 2026-02-21 14:53:56 +02:00
Using a .diff is much more maintainable. Otherwise, changes in the gnulib module description file may not be noticed and merged promptly and may even result in subtle errors. Luckily, this time, the failure to propagate gnulib's changes to modules/tempname resulted only in an obvious link failure. * gl/modules/tempname: Remove file. * gl/modules/tempname.diff: Use a .diff file instead. * gnulib: Update submodule to latest.
19 lines
440 B
Diff
19 lines
440 B
Diff
--- /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 @@
|
|
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
|
|
gettimeofday
|
|
lstat
|
|
+randint
|
|
+stdbool
|
|
stdint
|
|
sys_stat
|
|
sys_time
|