From 2123407555a8a039a48a3bbe8fa9edbe43401803 Mon Sep 17 00:00:00 2001 From: tb <> Date: Tue, 28 Nov 2017 06:55:49 +0000 Subject: GNU ld has prefixed the contents of .gnu.warning.SYMBOL sections with "warning: " since 2003, so the messages themselves need not contain the prefix anymore. From Scott Cheloha ok jca, deraadt --- src/lib/libc/stdlib/random.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/lib/libc/stdlib/random.c') diff --git a/src/lib/libc/stdlib/random.c b/src/lib/libc/stdlib/random.c index 41d5f64b58..62a0c24bdb 100644 --- a/src/lib/libc/stdlib/random.c +++ b/src/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 -- cgit v1.2.3-55-g6feb