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/uhid.c,v rcsdiff: /ftp/cvs/cvsroot/src/sys/dev/usb/uhid.c,v: warning: Unknown phrases like `commitid ...;' are present. retrieving revision 1.50 retrieving revision 1.51 diff -u -p -r1.50 -r1.51 --- src/sys/dev/usb/uhid.c 2002/02/20 20:30:12 1.50 +++ src/sys/dev/usb/uhid.c 2002/03/17 18:02:53 1.51 @@ -1,4 +1,4 @@ -/* $NetBSD: uhid.c,v 1.50 2002/02/20 20:30:12 christos Exp $ */ +/* $NetBSD: uhid.c,v 1.51 2002/03/17 18:02:53 augustss Exp $ */ /* * Copyright (c) 1998 The NetBSD Foundation, Inc. @@ -42,7 +42,7 @@ */ #include -__KERNEL_RCSID(0, "$NetBSD: uhid.c,v 1.50 2002/02/20 20:30:12 christos Exp $"); +__KERNEL_RCSID(0, "$NetBSD: uhid.c,v 1.51 2002/03/17 18:02:53 augustss Exp $"); #include #include @@ -217,7 +217,7 @@ uhid_intr(struct uhidev *addr, void *dat DPRINTF(("uhid_intr: data =")); for (i = 0; i < len; i++) - DPRINTF((" %02x", ((u_char*)data)[i])); + DPRINTF((" %02x", ((u_char *)data)[i])); DPRINTF(("\n")); } #endif