summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorDamien Miller <djm@mindrot.org>2011-09-23 10:47:29 +1000
committerDamien Miller <djm@mindrot.org>2011-09-23 10:47:29 +1000
commit3a359b3228fae226d4d73e7b9021c15904d274b4 (patch)
treee95466df056e68230bfccf90c5af8393b8affc52 /ChangeLog
parentdc0e09b41c0de295e1c5d902a52343259130e76f (diff)
- millert@cvs.openbsd.org 2008/08/21 16:54:44
[mktemp.c] Remove useless code, the kernel will set errno appropriately if an element in the path does not exist. OK deraadt@ pvalchev@
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 6dac102de..99292ce03 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -17,6 +17,10 @@
17 - deraadt@cvs.openbsd.org 2008/07/22 21:47:45 17 - deraadt@cvs.openbsd.org 2008/07/22 21:47:45
18 [mktemp.c] 18 [mktemp.c]
19 use arc4random_uniform(); ok djm millert 19 use arc4random_uniform(); ok djm millert
20 - millert@cvs.openbsd.org 2008/08/21 16:54:44
21 [mktemp.c]
22 Remove useless code, the kernel will set errno appropriately if an
23 element in the path does not exist. OK deraadt@ pvalchev@
20 24
2120110922 2520110922
22 - OpenBSD CVS Sync 26 - OpenBSD CVS Sync