Source-Changes-HG archive

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

[src/trunk]: src/usr.bin/audio/common remove duplicate include of <stdio.h>



details:   https://anonhg.NetBSD.org/src/rev/76759e22e606
branches:  trunk
changeset: 467876:76759e22e606
user:      mrg <mrg%NetBSD.org@localhost>
date:      Tue Mar 30 14:46:23 1999 +0000

description:
remove duplicate include of <stdio.h>

diffstat:

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

diffs (28 lines):

diff -r d61d3caee0c8 -r 76759e22e606 usr.bin/audio/common/audio.c
--- a/usr.bin/audio/common/audio.c      Tue Mar 30 14:27:56 1999 +0000
+++ b/usr.bin/audio/common/audio.c      Tue Mar 30 14:46:23 1999 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: audio.c,v 1.6 1999/03/29 11:09:04 mycroft Exp $        */
+/*     $NetBSD: audio.c,v 1.7 1999/03/30 14:46:23 mrg Exp $    */
 
 /*
  * Copyright (c) 1999 Matthew R. Green
@@ -28,6 +28,10 @@
  * SUCH DAMAGE.
  */
 
+/*
+ * XXX this is slightly icky in places...
+ */
+
 #include <sys/types.h>
 #include <sys/audioio.h>
 #include <sys/ioctl.h>
@@ -274,7 +278,6 @@
        errx(1, "argument `%s' not a valid integer", arg);
 }
 
-#include <stdio.h>
 void
 decode_time(arg, tvp)
        const char *arg;



Home | Main Index | Thread Index | Old Index