From 834e82031749cb039ad9258314e62ebf25ca4365 Mon Sep 17 00:00:00 2001 From: Damien Miller Date: Fri, 23 Sep 2011 10:42:02 +1000 Subject: - tobias@cvs.openbsd.org 2007/10/21 11:09:30 [mktemp.c] Comment fix about time consumption of _gettemp. FreeBSD did this in revision 1.20. OK deraadt@, krw@ --- ChangeLog | 5 +++++ openbsd-compat/mktemp.c | 7 ++----- 2 files changed, 7 insertions(+), 5 deletions(-) diff --git a/ChangeLog b/ChangeLog index dbe531fc6..4d6f152f0 100644 --- a/ChangeLog +++ b/ChangeLog @@ -7,6 +7,11 @@ [openbsd-compat/strlcpy.c] Convert do {} while loop -> while {} for clarity. No binary change on most architectures. From Oliver Smith. OK deraadt@ and henning@ + - tobias@cvs.openbsd.org 2007/10/21 11:09:30 + [mktemp.c] + Comment fix about time consumption of _gettemp. + FreeBSD did this in revision 1.20. + OK deraadt@, krw@ 20110922 - OpenBSD CVS Sync diff --git a/openbsd-compat/mktemp.c b/openbsd-compat/mktemp.c index 2285c84df..5529bee75 100644 --- a/openbsd-compat/mktemp.c +++ b/openbsd-compat/mktemp.c @@ -1,7 +1,7 @@ /* THIS FILE HAS BEEN MODIFIED FROM THE ORIGINAL OPENBSD SOURCE */ /* Changes: Removed mktemp */ -/* $OpenBSD: mktemp.c,v 1.19 2005/08/08 08:05:36 espie Exp $ */ +/* $OpenBSD: mktemp.c,v 1.20 2007/10/21 11:09:30 tobias Exp $ */ /* * Copyright (c) 1987, 1993 * The Regents of the University of California. All rights reserved. @@ -112,10 +112,7 @@ _gettemp(path, doopen, domkdir, slen) } start = trv + 1; - /* - * check the target directory; if you have six X's and it - * doesn't exist this runs for a *very* long time. - */ + /* Check the target directory. */ if (doopen || domkdir) { for (;; --trv) { if (trv <= path) -- cgit v1.2.3