Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/dev Make it compile with AUDIO_DEBUG after the mmap API ...
details: https://anonhg.NetBSD.org/src/rev/509c30b21f3f
branches: trunk
changeset: 493955:509c30b21f3f
user: augustss <augustss%NetBSD.org@localhost>
date: Tue Jun 27 21:25:02 2000 +0000
description:
Make it compile with AUDIO_DEBUG after the mmap API change.
diffstat:
sys/dev/audio.c | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r ef856b01b939 -r 509c30b21f3f sys/dev/audio.c
--- a/sys/dev/audio.c Tue Jun 27 21:12:42 2000 +0000
+++ b/sys/dev/audio.c Tue Jun 27 21:25:02 2000 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: audio.c,v 1.128 2000/06/27 17:58:22 mrg Exp $ */
+/* $NetBSD: audio.c,v 1.129 2000/06/27 21:25:02 augustss Exp $ */
/*
* Copyright (c) 1991-1993 Regents of the University of California.
@@ -1806,7 +1806,7 @@
struct audio_ringbuffer *cb;
int s;
- DPRINTF(("audio_mmap: off=%d, prot=%d\n", off, prot));
+ DPRINTF(("audio_mmap: off=%lld, prot=%d\n", off, prot));
if (!(hw->get_props(sc->hw_hdl) & AUDIO_PROP_MMAP) || !hw->mappage)
return -1;
Home |
Main Index |
Thread Index |
Old Index