summaryrefslogtreecommitdiffstats
path: root/usr.sbin/bhyve
diff options
context:
space:
mode:
authorgrehan <grehan@FreeBSD.org>2014-06-27 05:27:37 +0000
committergrehan <grehan@FreeBSD.org>2014-06-27 05:27:37 +0000
commit80a89f95532446b3aa3afe5acf52e99601e6b2d8 (patch)
tree41a97576a12a156b1f86640f4e3145938b2a70b2 /usr.sbin/bhyve
parent21b16efdd1e1869dbbc41e35773a3d4d71b7e86b (diff)
downloadFreeBSD-src-80a89f95532446b3aa3afe5acf52e99601e6b2d8.zip
FreeBSD-src-80a89f95532446b3aa3afe5acf52e99601e6b2d8.tar.gz
Set the version and date to fixed fields rather than using
preprocessor macros that don't allow reproducible builds. As a side-effect, the date string is now spec-compliant. root@bhyve:~ # dmidecode # dmidecode 2.12 SMBIOS 2.4 present. 12 structures occupying 514 bytes. Table at 0x000F101F. Handle 0x0001, DMI type 0, 24 bytes BIOS Information Vendor: BHYVE Version: 1.0 Release Date: 03/14/2014 Submitted by: des (original version) Reviewed by: tychon MFC after: 1 week
Diffstat (limited to 'usr.sbin/bhyve')
-rw-r--r--usr.sbin/bhyve/smbiostbl.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/bhyve/smbiostbl.c b/usr.sbin/bhyve/smbiostbl.c
index d560f02..28c7eb2 100644
--- a/usr.sbin/bhyve/smbiostbl.c
+++ b/usr.sbin/bhyve/smbiostbl.c
@@ -321,8 +321,8 @@ struct smbios_table_type0 smbios_type0_template = {
const char *smbios_type0_strings[] = {
"BHYVE", /* vendor string */
- __TIME__, /* bios version string */
- __DATE__, /* bios release date string */
+ "1.00", /* bios version string */
+ "03/14/2014", /* bios release date string */
NULL
};
OpenPOWER on IntegriCloud