diff options
author | Damien Miller <djm@mindrot.org> | 2011-09-23 10:47:29 +1000 |
---|---|---|
committer | Damien Miller <djm@mindrot.org> | 2011-09-23 10:47:29 +1000 |
commit | 3a359b3228fae226d4d73e7b9021c15904d274b4 (patch) | |
tree | e95466df056e68230bfccf90c5af8393b8affc52 /ChangeLog | |
parent | dc0e09b41c0de295e1c5d902a52343259130e76f (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-- | ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -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 | ||
21 | 20110922 | 25 | 20110922 |
22 | - OpenBSD CVS Sync | 26 | - OpenBSD CVS Sync |