]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
bhyve: fix smbiostbl.c style issues and add comment about date format
authorRebecca Cran <bcran@FreeBSD.org>
Fri, 27 Nov 2020 07:53:15 +0000 (07:53 +0000)
committerRebecca Cran <bcran@FreeBSD.org>
Fri, 27 Nov 2020 07:53:15 +0000 (07:53 +0000)
commit5285d5e8e15c9b7b0e6fe38b90f36a749bbaf20e
tree1825649b0fd55b60f89f778e1a5dc45380ad7550
parentdf9c69d239676a800a39783fd2b3e6f677543adc
bhyve: fix smbiostbl.c style issues and add comment about date format

Fix a couple of style issues introduced in my previous commit.
Add a comment explaining that the SMBIOS specification defines the date
format to be mm/dd/yyyy, which is why we don't use ISO 8601.
usr.sbin/bhyve/smbiostbl.c