Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/netbsd-7]: src/lib/libc/string Pull up following revision(s) (requested ...



details:   https://anonhg.NetBSD.org/src/rev/126c254547e8
branches:  netbsd-7
changeset: 799110:126c254547e8
user:      snj <snj%NetBSD.org@localhost>
date:      Wed Mar 18 08:24:57 2015 +0000

description:
Pull up following revision(s) (requested by riastradh in ticket #610):
        lib/libc/string/consttime_memequal.3: revision 1.3, 1.4
Commit to returning 1, not any nonzero value.
--
bump year

diffstat:

 lib/libc/string/consttime_memequal.3 |  8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)

diffs (29 lines):

diff -r 8c9c2ca0a2d9 -r 126c254547e8 lib/libc/string/consttime_memequal.3
--- a/lib/libc/string/consttime_memequal.3      Wed Mar 18 08:21:47 2015 +0000
+++ b/lib/libc/string/consttime_memequal.3      Wed Mar 18 08:24:57 2015 +0000
@@ -1,4 +1,4 @@
-.\"    $NetBSD: consttime_memequal.3,v 1.2 2013/08/28 15:24:41 riastradh Exp $
+.\"    $NetBSD: consttime_memequal.3,v 1.2.6.1 2015/03/18 08:24:57 snj Exp $
 .\"
 .\" Copyright (c) 2013 The NetBSD Foundation, Inc.
 .\" All rights reserved.
@@ -27,7 +27,7 @@
 .\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
 .\" POSSIBILITY OF SUCH DAMAGE.
 .\"
-.Dd August 28, 2013
+.Dd November 14, 2013
 .Dt CONSTTIME_MEMEQUAL 3
 .Os
 .Sh NAME
@@ -48,8 +48,8 @@
 .Fa b1
 and
 .Fa b2
-for equality, returning zero if they are distinct and nonzero if they
-are identical.
+for equality, returning 0 if they are distinct and 1 if they are
+identical.
 .Pp
 The time taken by
 .Fn consttime_memequal



Home | Main Index | Thread Index | Old Index