diff options
author | guenther <> | 2015-09-13 15:20:40 +0000 |
---|---|---|
committer | guenther <> | 2015-09-13 15:20:40 +0000 |
commit | 5702f6374f537ac042891a95ce7bc5c3e24eb640 (patch) | |
tree | 48cf06a63954766e5b000977bab3bbce480442a4 | |
parent | 25bb75f1bb9ea6f3ef0b29eb231c7010f16152ef (diff) | |
download | openbsd-5702f6374f537ac042891a95ce7bc5c3e24eb640.tar.gz openbsd-5702f6374f537ac042891a95ce7bc5c3e24eb640.tar.bz2 openbsd-5702f6374f537ac042891a95ce7bc5c3e24eb640.zip |
Overshot w/PROTO_DEPRECATED: seed48_deterministic() is used internally
-rw-r--r-- | src/lib/libc/stdlib/seed48.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/lib/libc/stdlib/seed48.c b/src/lib/libc/stdlib/seed48.c index 0485ed6a10..b4b4424c73 100644 --- a/src/lib/libc/stdlib/seed48.c +++ b/src/lib/libc/stdlib/seed48.c | |||
@@ -1,4 +1,4 @@ | |||
1 | /* $OpenBSD: seed48.c,v 1.5 2015/08/27 04:33:31 guenther Exp $ */ | 1 | /* $OpenBSD: seed48.c,v 1.6 2015/09/13 15:20:40 guenther Exp $ */ |
2 | /* | 2 | /* |
3 | * Copyright (c) 1993 Martin Birgmeier | 3 | * Copyright (c) 1993 Martin Birgmeier |
4 | * All rights reserved. | 4 | * All rights reserved. |
@@ -42,3 +42,4 @@ seed48_deterministic(unsigned short xseed[3]) | |||
42 | __rand48_add = RAND48_ADD; | 42 | __rand48_add = RAND48_ADD; |
43 | return sseed; | 43 | return sseed; |
44 | } | 44 | } |
45 | DEF_WEAK(seed48_deterministic); | ||