summaryrefslogtreecommitdiffstats
path: root/lib/libc/stdlib/random.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib/libc/stdlib/random.c')
-rw-r--r--lib/libc/stdlib/random.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libc/stdlib/random.c b/lib/libc/stdlib/random.c
index 41d5f64b583..62a0c24bdbd 100644
--- a/lib/libc/stdlib/random.c
+++ b/lib/libc/stdlib/random.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: random.c,v 1.30 2016/04/05 04:29:21 guenther Exp $ */
+/* $OpenBSD: random.c,v 1.31 2017/11/28 06:55:49 tb Exp $ */
/*
* Copyright (c) 1983 Regents of the University of California.
* All rights reserved.
@@ -415,5 +415,5 @@ random(void)
#if defined(APIWARN)
__warn_references(random,
- "warning: random() may return deterministic values, is that what you want?");
+ "random() may return deterministic values, is that what you want?");
#endif