summaryrefslogtreecommitdiff
path: root/gl/modules/tempname.diff
diff options
context:
space:
mode:
authorJim Meyering <meyering@redhat.com>2011-06-17 10:02:58 +0200
committerJim Meyering <meyering@redhat.com>2011-06-17 12:11:03 +0200
commit23ddefd3d151fa20169ffb939b8b4b619af88c27 (patch)
tree38334b5dfe0cc34235935bfb4bc54313f5687fd5 /gl/modules/tempname.diff
parent7df26ae6feb4fdbc5a67b2967a132e14d9fe0003 (diff)
downloadcoreutils-23ddefd3d151fa20169ffb939b8b4b619af88c27.tar.xz
maint: use modules/tempname.diff file, not a replacement; update gnulib
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.
Diffstat (limited to 'gl/modules/tempname.diff')
-rw-r--r--gl/modules/tempname.diff18
1 files changed, 18 insertions, 0 deletions
diff --git a/gl/modules/tempname.diff b/gl/modules/tempname.diff
new file mode 100644
index 000000000..c5278d997
--- /dev/null
+++ b/gl/modules/tempname.diff
@@ -0,0 +1,18 @@
+--- /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