artulab
projects
/
openbsd
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0ae9dfe
)
warn for correct symbol
author
deraadt
<deraadt@openbsd.org>
Tue, 16 Dec 2014 20:42:36 +0000
(20:42 +0000)
committer
deraadt
<deraadt@openbsd.org>
Tue, 16 Dec 2014 20:42:36 +0000
(20:42 +0000)
lib/libc/stdlib/random.c
patch
|
blob
|
history
diff --git
a/lib/libc/stdlib/random.c
b/lib/libc/stdlib/random.c
index
375bfbd
..
0838d0b
100644
(file)
--- a/
lib/libc/stdlib/random.c
+++ b/
lib/libc/stdlib/random.c
@@
-1,4
+1,4
@@
-/* $OpenBSD: random.c,v 1.2
6 2014/12/09 08:00:53
deraadt Exp $ */
+/* $OpenBSD: random.c,v 1.2
7 2014/12/16 20:42:36
deraadt Exp $ */
/*
* Copyright (c) 1983 Regents of the University of California.
* All rights reserved.
@@
-417,6
+417,6
@@
random(void)
}
#if defined(APIWARN)
-__warn_references(rand,
+__warn_references(rand
om
,
"warning: random() may return determinstic values, is that what you want?");
#endif