summaryrefslogtreecommitdiff
path: root/m4/ChangeLog
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2005-01-03 18:01:32 +0000
committerJim Meyering <jim@meyering.net>2005-01-03 18:01:32 +0000
commitb0455f9d24ca22cb94c04b7d9ca7fd1342353fdc (patch)
treee97142f28c48178603fc0c54096da0322f77dfba /m4/ChangeLog
parentbe23469207ee227175a48d23a3cdf67f2bf2ca68 (diff)
downloadcoreutils-b0455f9d24ca22cb94c04b7d9ca7fd1342353fdc.tar.xz
*** empty log message ***
Diffstat (limited to 'm4/ChangeLog')
-rw-r--r--m4/ChangeLog1
1 files changed, 1 insertions, 0 deletions
diff --git a/m4/ChangeLog b/m4/ChangeLog
index 764744d1a..e60bf7044 100644
--- a/m4/ChangeLog
+++ b/m4/ChangeLog
@@ -5,6 +5,7 @@
for lack of the ./confdefs.h file. Instead, use the temporary
directory name as a prefix on the template string.
Include <unistd.h> for the declaration of close.
+ Remove `.tmp' suffix; mkstemp requires that XXXXXX be a suffix.
2004-12-23 Paul Eggert <eggert@cs.ucla.edu>