diff options
author | ngie <ngie@FreeBSD.org> | 2016-06-09 18:35:37 +0000 |
---|---|---|
committer | ngie <ngie@FreeBSD.org> | 2016-06-09 18:35:37 +0000 |
commit | 10498bfd44e8346cd668cf19a3f9dfbddc7ace06 (patch) | |
tree | df3c3ae52fc428a46856333465415575ff235595 /contrib/netbsd-tests/lib/libc/string | |
parent | a9972a75afee0d3efc7bddffe276af8c792912a1 (diff) | |
download | FreeBSD-src-10498bfd44e8346cd668cf19a3f9dfbddc7ace06.zip FreeBSD-src-10498bfd44e8346cd668cf19a3f9dfbddc7ace06.tar.gz |
Update `goodResult` after recent changes made to the PRNG in libc
The PRNG was changed in r300953/r300956, and subsequently, the numbers
generated have changed. This is expected ABI breakage per ache
X-MFC with: r300953, r300956
Tested with: amd64, i386
Sponsored by: EMC / Isilon Storage Division
Diffstat (limited to 'contrib/netbsd-tests/lib/libc/string')
-rw-r--r-- | contrib/netbsd-tests/lib/libc/string/t_memcpy.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/netbsd-tests/lib/libc/string/t_memcpy.c b/contrib/netbsd-tests/lib/libc/string/t_memcpy.c index 1d4039a..5bbd924 100644 --- a/contrib/netbsd-tests/lib/libc/string/t_memcpy.c +++ b/contrib/netbsd-tests/lib/libc/string/t_memcpy.c @@ -54,7 +54,7 @@ char result[100]; #ifdef __NetBSD__ const char goodResult[] = "7b405d24bc03195474c70ddae9e1f8fb"; #else -const char goodResult[] = "217b4fbe456916bf62a2f85df752e4ab"; +const char goodResult[] = "5ab4443f0e3e058d94087d9f2a11ef5e"; #endif static void |