Source-Changes-HG archive

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

[src/netbsd-1-5]: src/usr.bin/audio/ctl Apply patch (requested by mrg):



details:   https://anonhg.NetBSD.org/src/rev/03c7a084e4b6
branches:  netbsd-1-5
changeset: 492647:03c7a084e4b6
user:      he <he%NetBSD.org@localhost>
date:      Tue Jan 29 23:24:15 2002 +0000

description:
Apply patch (requested by mrg):
  Bring in several fixes and enhancements to these tools:
   o fix stdin audioplay
   o add WAV support to audiorecord
   o allows any host to output any endian sample
   o don't output a bogus header
   o fix a bug in audiorecord -t
   o many manual page fixes
   o exit immediately on signals

diffstat:

 usr.bin/audio/ctl/ctl.c |  5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diffs (19 lines):

diff -r 39e2d1774639 -r 03c7a084e4b6 usr.bin/audio/ctl/ctl.c
--- a/usr.bin/audio/ctl/ctl.c   Tue Jan 29 23:20:16 2002 +0000
+++ b/usr.bin/audio/ctl/ctl.c   Tue Jan 29 23:24:15 2002 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: ctl.c,v 1.23 1999/03/26 14:05:41 mrg Exp $     */
+/*     $NetBSD: ctl.c,v 1.23.10.1 2002/01/29 23:24:15 he Exp $ */
 
 /*
  * Copyright (c) 1997 The NetBSD Foundation, Inc.
@@ -172,7 +172,8 @@
        char *sep;
 {
        u_int v;
-       char *cm, *encstr;
+       char *cm;
+       const char *encstr;
        int i;
 
        if (sep)



Home | Main Index | Thread Index | Old Index