Back out last commit, local includes were out of sync.

This commit is contained in:
tron 1999-05-16 18:00:35 +00:00
parent 0f70bcd711
commit bf63a3160b
1 changed files with 2 additions and 2 deletions

View File

@ -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");