Back out last commit, local includes were out of sync.
This commit is contained in:
parent
0f70bcd711
commit
bf63a3160b
|
@ -1,4 +1,4 @@
|
|||
/* $NetBSD: usbdevs.c,v 1.8 1999/05/16 17:18:41 tron Exp $ */
|
||||
/* $NetBSD: usbdevs.c,v 1.9 1999/05/16 18:00:35 tron Exp $ */
|
||||
|
||||
/*
|
||||
* Copyright (c) 1998 The NetBSD Foundation, Inc.
|
||||
|
@ -98,7 +98,7 @@ usbdev(f, a, rec)
|
|||
if (verbose) {
|
||||
printf("%s(0x%04x), %s(0x%04x), rev %s",
|
||||
di.product, di.productNo,
|
||||
di.vendor, di.vendorNo, di.revision);
|
||||
di.vendor, di.vendorNo, di.release);
|
||||
} else
|
||||
printf("%s, %s", di.product, di.vendor);
|
||||
printf("\n");
|
||||
|
|
Loading…
Reference in New Issue