Re: [PATCH] mkstemp: replace if system version uses wrong permissions

2011-04-27 Thread Bruno Haible
> 2011-04-27 Reuben Thomas > and Eric Blake > > + mkstemp: replace if system version uses wrong permissions > + * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Add test for non-owner > + read/write mode bits set in file created by mkstemp. > + * doc/posix-functions/mkstemp.texi (mks

Re: [PATCH] mkstemp: replace if system version uses wrong permissions

2011-04-27 Thread Eric Blake
On 04/27/2011 10:24 AM, Reuben Thomas wrote: > On 27 April 2011 16:33, Eric Blake wrote: >> >> Here's the final version I'd like to push. It's modified a bit from >> your version; are you okay with it still being in your name? > > Thanks very much for polishing and testing this patch; I don't mi

Re: [PATCH] mkstemp: replace if system version uses wrong permissions

2011-04-27 Thread Reuben Thomas
On 27 April 2011 16:33, Eric Blake wrote: > > Here's the final version I'd like to push.  It's modified a bit from > your version; are you okay with it still being in your name? Thanks very much for polishing and testing this patch; I don't mind if my name is still on it. -- http://rrt.sc3d.org

[PATCH] mkstemp: replace if system version uses wrong permissions

2011-04-27 Thread Eric Blake
From: Reuben Thomas * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Add test for non-owner read/write mode bits set in file created by mkstemp. * doc/posix-functions/mkstemp.texi (mkstemp): Document the fix. Signed-off-by: Eric Blake --- Here's the final version I'd like to push. It's modified a bit from