mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2025-01-09 16:01:19 +01:00
Use releaseNo, not release. release is evil and should go away.
This commit is contained in:
parent
2d904a8ba9
commit
1f1669ea57
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=53615
@ -100,9 +100,9 @@ usbdev(f, a, rec)
|
||||
printf("unconfigured, ");
|
||||
}
|
||||
if (verbose) {
|
||||
printf("%s(0x%04x), %s(0x%04x), rev %s",
|
||||
printf("%s(0x%04x), %s(0x%04x), rev 0x%04x",
|
||||
di.product, di.productNo,
|
||||
di.vendor, di.vendorNo, di.release);
|
||||
di.vendor, di.vendorNo, di.releaseNo);
|
||||
} else
|
||||
printf("%s, %s", di.product, di.vendor);
|
||||
printf("\n");
|
||||
|
Loading…
Reference in New Issue
Block a user