summaryrefslogtreecommitdiffstats
path: root/sys/dev/hptmv
diff options
context:
space:
mode:
authorschweikh <schweikh@FreeBSD.org>2005-11-13 10:13:31 +0000
committerschweikh <schweikh@FreeBSD.org>2005-11-13 10:13:31 +0000
commitfd806854c936de329c73cada70aa6da3b9f665ee (patch)
treef8c711c2a74cde85b89ca628a315fa2592ad909d /sys/dev/hptmv
parent3f2e4dfbf663ab7a05516dcead0147245fd794df (diff)
downloadFreeBSD-src-fd806854c936de329c73cada70aa6da3b9f665ee.zip
FreeBSD-src-fd806854c936de329c73cada70aa6da3b9f665ee.tar.gz
Don't augment the DRIVER_VERSION "v1.12" with __DATE__ and __TIME__.
This is the only file of > 1700 files in a buildkernel here doing that. It makes reproducible builds (same source => same binary) impossible. Spotted by: devel/ccache
Diffstat (limited to 'sys/dev/hptmv')
-rw-r--r--sys/dev/hptmv/entry.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/hptmv/entry.c b/sys/dev/hptmv/entry.c
index 6b7631e..1c1d6d3 100644
--- a/sys/dev/hptmv/entry.c
+++ b/sys/dev/hptmv/entry.c
@@ -159,7 +159,7 @@ static ST_HPT_DPC DpcQueue[MAX_DPC];
static int DpcQueue_First=0;
static int DpcQueue_Last = 0;
-char DRIVER_VERSION[] = "v1.12 (" __DATE__ " " __TIME__ ")";
+char DRIVER_VERSION[] = "v1.12";
#if (__FreeBSD_version >= 500000)
static struct mtx driver_lock;
OpenPOWER on IntegriCloud