aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCorinna Vinschen <corinna@vinschen.de>2015-09-13 08:31:47 +0000
committerCorinna Vinschen <corinna@vinschen.de>2022-09-10 20:58:01 +0200
commitdd22053feefe83515416a2977ec9943809c93754 (patch)
tree590a77593cabb0edd74e15322d03cc269cd77891
parentef76759d7f361ef78063e4770b42c7bd93dd3f56 (diff)
downloadnewlib-dd22053feefe83515416a2977ec9943809c93754.zip
newlib-dd22053feefe83515416a2977ec9943809c93754.tar.gz
newlib-dd22053feefe83515416a2977ec9943809c93754.tar.bz2
upstream OpenBSD: arc4random: bump file versions
This hides a patch not required in newlib
-rw-r--r--newlib/libc/stdlib/arc4random.c2
-rw-r--r--newlib/libc/stdlib/arc4random_uniform.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/newlib/libc/stdlib/arc4random.c b/newlib/libc/stdlib/arc4random.c
index 5247f51..4f6dccd 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 $ */
/*
* Copyright (c) 1996, David Mazieres <dm@uun.org>
diff --git a/newlib/libc/stdlib/arc4random_uniform.c b/newlib/libc/stdlib/arc4random_uniform.c
index 1aa9a62..2d22434 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 $ */
/*
* Copyright (c) 2008, Damien Miller <djm@openbsd.org>