From: Roland McGrath Date: Sat, 11 Aug 2007 20:26:55 +0000 (+0000) Subject: typo X-Git-Tag: cvs/fedora-glibc-20070814T0643~15 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9d169bb38afe33fc31df3c5d6f87e8c0f79e047e;p=thirdparty%2Fglibc.git typo * nscd/connections.c: Use O_CLOEXEC if possible. Use mkostemp --- diff --git a/ChangeLog b/ChangeLog index da4c28bc897..8e74dad9648 100644 --- a/ChangeLog +++ b/ChangeLog @@ -7,7 +7,7 @@ * shadow/lckpwdf.c (__lckpwdf): Use O_CLOEXEC if possible. - * nscd/connections.c: Use O_CLOEXEC is possible. Use mkostemp + * nscd/connections.c: Use O_CLOEXEC if possible. Use mkostemp instead of mkstemp. * misc/Makefile (routines): Add mkostemp and mkostemp64.