Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. =================================================================== RCS file: /ftp/cvs/cvsroot/src/sys/dev/usb/uaudio.c,v rcsdiff: /ftp/cvs/cvsroot/src/sys/dev/usb/uaudio.c,v: warning: Unknown phrases like `commitid ...;' are present. retrieving revision 1.38 retrieving revision 1.39 diff -u -p -r1.38 -r1.39 --- src/sys/dev/usb/uaudio.c 2001/01/04 07:05:00 1.38 +++ src/sys/dev/usb/uaudio.c 2001/01/06 12:12:24 1.39 @@ -1,4 +1,4 @@ -/* $NetBSD: uaudio.c,v 1.38 2001/01/04 07:05:00 mycroft Exp $ */ +/* $NetBSD: uaudio.c,v 1.39 2001/01/06 12:12:24 augustss Exp $ */ /* * Copyright (c) 1999 The NetBSD Foundation, Inc. @@ -69,7 +69,6 @@ #include -#define UAUDIO_DEBUG #ifdef UAUDIO_DEBUG #define DPRINTF(x) if (uaudiodebug) logprintf x #define DPRINTFN(n,x) if (uaudiodebug>(n)) logprintf x