Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/usr.bin/cdplay warn() -> warnx() in one place.



details:   https://anonhg.NetBSD.org/src/rev/b741216bd138
branches:  trunk
changeset: 514040:b741216bd138
user:      ad <ad%NetBSD.org@localhost>
date:      Mon Aug 20 12:37:21 2001 +0000

description:
warn() -> warnx() in one place.

diffstat:

 usr.bin/cdplay/cdplay.c |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (27 lines):

diff -r 50e22ae236e2 -r b741216bd138 usr.bin/cdplay/cdplay.c
--- a/usr.bin/cdplay/cdplay.c   Mon Aug 20 12:20:01 2001 +0000
+++ b/usr.bin/cdplay/cdplay.c   Mon Aug 20 12:37:21 2001 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: cdplay.c,v 1.16 2001/08/20 11:24:57 ad Exp $   */
+/*     $NetBSD: cdplay.c,v 1.17 2001/08/20 12:37:21 ad Exp $   */
 
 /*
  * Copyright (c) 1999, 2000, 2001 Andrew Doran.
@@ -40,7 +40,7 @@
 
 #include <sys/cdefs.h>
 #ifndef lint
-__RCSID("$NetBSD: cdplay.c,v 1.16 2001/08/20 11:24:57 ad Exp $");
+__RCSID("$NetBSD: cdplay.c,v 1.17 2001/08/20 12:37:21 ad Exp $");
 #endif /* not lint */
 
 #include <sys/endian.h>
@@ -453,7 +453,7 @@
        struct ioc_toc_header h;
 
        if (shuffle && fromuser) {
-               warn("`play' not valid in shuffle mode");
+               warnx("`play' not valid in shuffle mode");
                return (0);
        }
 



Home | Main Index | Thread Index | Old Index