summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorRoland McGrath <roland@gnu.org>2007-08-11 20:26:55 +0000
committerRoland McGrath <roland@gnu.org>2007-08-11 20:26:55 +0000
commit9d169bb38afe33fc31df3c5d6f87e8c0f79e047e (patch)
treebab9273fbfe3530ecc8455a0e3be101e78dbf490 /ChangeLog
parent5bd8a24966df565ea992489eae95606bc522fe61 (diff)
typo
* nscd/connections.c: Use O_CLOEXEC if possible. Use mkostemp
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog2
1 files changed, 1 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index da4c28bc89..8e74dad964 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.