]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
bhyve: fix smbiostbl.c style issues and add comment about date format
authorbcran <bcran@FreeBSD.org>
Fri, 27 Nov 2020 07:53:15 +0000 (07:53 +0000)
committerbcran <bcran@FreeBSD.org>
Fri, 27 Nov 2020 07:53:15 +0000 (07:53 +0000)
commit72db4d62c4b86a0c99197a0b5e67379ac15c0e18
tree1825649b0fd55b60f89f778e1a5dc45380ad7550
parentd15d7f457ace6d38628df40830f623d076b3eb8e
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