From: Jim Meyering Date: Mon, 19 Nov 2001 10:00:06 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: TEXTUTILS-2_0_17~35 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=c2a79f9f5fa0e426d10b127f96fe6e783fe0bc65;p=thirdparty%2Fcoreutils.git *** empty log message *** --- diff --git a/m4/ChangeLog b/m4/ChangeLog index d019b00bb1..c914bc0b58 100644 --- a/m4/ChangeLog +++ b/m4/ChangeLog @@ -1,7 +1,11 @@ 2001-11-19 Jim Meyering - * mkstemp.m4: Close each descriptor immediately so the test - doesn't mistakenly hit the max-open-files limit. + * mkstemp.m4 (UTILS_FUNC_MKSTEMP): Don't bother with a temporary + directory. Use "conftestXXXXXX" as the template. + Suggestion from Paul Eggert. + + * mkstemp.m4 (UTILS_FUNC_MKSTEMP): Close each descriptor immediately + so the test doesn't mistakenly hit the max-open-files limit. 2001-11-18 Jim Meyering