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/ubt.c,v rcsdiff: /ftp/cvs/cvsroot/src/sys/dev/usb/ubt.c,v: warning: Unknown phrases like `commitid ...;' are present. retrieving revision 1.3.4.2 retrieving revision 1.4 diff -u -p -r1.3.4.2 -r1.4 --- src/sys/dev/usb/ubt.c 2002/08/29 05:22:59 1.3.4.2 +++ src/sys/dev/usb/ubt.c 2003/01/05 03:48:18 1.4 @@ -1,4 +1,4 @@ -/* $NetBSD: ubt.c,v 1.3.4.2 2002/08/29 05:22:59 gehenna Exp $ */ +/* $NetBSD: ubt.c,v 1.4 2003/01/05 03:48:18 dsainty Exp $ */ /* * Copyright (c) 2002 The NetBSD Foundation, Inc. @@ -37,7 +37,7 @@ */ #include -__KERNEL_RCSID(0, "$NetBSD: ubt.c,v 1.3.4.2 2002/08/29 05:22:59 gehenna Exp $"); +__KERNEL_RCSID(0, "$NetBSD: ubt.c,v 1.4 2003/01/05 03:48:18 dsainty Exp $"); #include #include @@ -58,8 +58,6 @@ __KERNEL_RCSID(0, "$NetBSD: ubt.c,v 1.3. #include -#define UBT_DEBUG - #ifdef UBT_DEBUG #define DPRINTF(x) if (ubtdebug) logprintf x #define DPRINTFN(n,x) if (ubtdebug>(n)) logprintf x