From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 2155) id 6E6253857363; Sat, 10 Sep 2022 19:01:35 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 6E6253857363 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sourceware.org; s=default; t=1662836495; bh=Lg4bR3tO4qJ+XcyFGQZ6iGEIeLpWQ8GJzgxGo1IFVdM=; h=From:To:Subject:Date:From; b=wOncuQei3LE7eH6fcYHrE+cUjfNDj4FqsQ36zExCCTdcz3iaqlaITdB4OQOzvipqN pi9Mnd0VVLikL+YrdoUDfEH/3JxkgXnCoxXI19UaoZDfOkv9RZ9bHcTRJ8pi0zqLuR 0sGFIPavbEkcTx/1U+U4tKFdk2TKvsYGrcdKFArc= Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable From: Corinna Vinschen To: newlib-cvs@sourceware.org Subject: [newlib-cygwin] upstream OpenBSD: arc4random: bump file versions X-Act-Checkin: newlib-cygwin X-Git-Author: Corinna Vinschen X-Git-Refname: refs/heads/master X-Git-Oldrev: ef76759d7f361ef78063e4770b42c7bd93dd3f56 X-Git-Newrev: dd22053feefe83515416a2977ec9943809c93754 Message-Id: <20220910190135.6E6253857363@sourceware.org> Date: Sat, 10 Sep 2022 19:01:35 +0000 (GMT) List-Id: https://sourceware.org/git/gitweb.cgi?p=3Dnewlib-cygwin.git;h=3Ddd22053feef= e83515416a2977ec9943809c93754 commit dd22053feefe83515416a2977ec9943809c93754 Author: Corinna Vinschen Date: Sun Sep 13 08:31:47 2015 +0000 upstream OpenBSD: arc4random: bump file versions =20 This hides a patch not required in newlib Diff: --- newlib/libc/stdlib/arc4random.c | 2 +- newlib/libc/stdlib/arc4random_uniform.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/newlib/libc/stdlib/arc4random.c b/newlib/libc/stdlib/arc4rando= m.c index 5247f5125..4f6dccd3c 100644 --- a/newlib/libc/stdlib/arc4random.c +++ b/newlib/libc/stdlib/arc4random.c @@ -1,4 +1,4 @@ -/* $OpenBSD: arc4random.c,v 1.53 2015/09/10 18:53:50 bcook Exp $ */ +/* $OpenBSD: arc4random.c,v 1.54 2015/09/13 08:31:47 guenther Exp $ */ =20 /* * Copyright (c) 1996, David Mazieres diff --git a/newlib/libc/stdlib/arc4random_uniform.c b/newlib/libc/stdlib/a= rc4random_uniform.c index 1aa9a622f..2d224345c 100644 --- a/newlib/libc/stdlib/arc4random_uniform.c +++ b/newlib/libc/stdlib/arc4random_uniform.c @@ -1,4 +1,4 @@ -/* $OpenBSD: arc4random_uniform.c,v 1.1 2014/07/12 13:24:54 deraadt Exp $ = */ +/* $OpenBSD: arc4random_uniform.c,v 1.2 2015/09/13 08:31:47 guenther Exp $= */ =20 /* * Copyright (c) 2008, Damien Miller