Source-Changes-HG archive

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

[src/jmcneill-audiomp3]: src/sys/dev don't need to forward declare 'struct ma...



details:   https://anonhg.NetBSD.org/src/rev/78d035f4702b
branches:  jmcneill-audiomp3
changeset: 771331:78d035f4702b
user:      mrg <mrg%NetBSD.org@localhost>
date:      Sun Nov 20 09:37:04 2011 +0000

description:
don't need to forward declare 'struct malloc_type' anymore.

diffstat:

 sys/dev/audio_if.h |  3 +--
 1 files changed, 1 insertions(+), 2 deletions(-)

diffs (17 lines):

diff -r eecd6ce131f9 -r 78d035f4702b sys/dev/audio_if.h
--- a/sys/dev/audio_if.h        Sun Nov 20 08:40:52 2011 +0000
+++ b/sys/dev/audio_if.h        Sun Nov 20 09:37:04 2011 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: audio_if.h,v 1.66.14.1 2011/11/19 21:49:34 jmcneill Exp $      */
+/*     $NetBSD: audio_if.h,v 1.66.14.2 2011/11/20 09:37:04 mrg Exp $   */
 
 /*
  * Copyright (c) 1994 Havard Eidnes.
@@ -172,7 +172,6 @@
        } filters[AUDIO_MAX_FILTERS];
 } stream_filter_list_t;
 
-struct malloc_type;
 struct audio_hw_if {
        int     (*open)(void *, int);   /* open hardware */
        void    (*close)(void *);       /* close hardware */



Home | Main Index | Thread Index | Old Index