aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/hptrr
diff options
context:
space:
mode:
authorColin Percival <cperciva@FreeBSD.org>2009-07-11 22:30:37 +0000
committerColin Percival <cperciva@FreeBSD.org>2009-07-11 22:30:37 +0000
commit7d845dde8d645c3de45e82916208e7cc88488be9 (patch)
treefc0e35e98ca75b0e4e05883fa614fe1d937ffab1 /sys/dev/hptrr
parent1ed01448fbe9c77a610d006602f2bf4606f7f0d9 (diff)
downloadsrc-7d845dde8d645c3de45e82916208e7cc88488be9.tar.gz
src-7d845dde8d645c3de45e82916208e7cc88488be9.zip
Remove build timestamps from the following files:
/boot/kernel/hptrr.ko /etc/mail/*.cf /lib/libcrypto.so.5 /usr/bin/ntpq /usr/sbin/amd /usr/sbin/iasl /usr/sbin/ntpd /usr/sbin/ntpdate /usr/sbin/ntpdc There does not appear to be any purpose to having these timestamps, and they have the irritating consequence that the aforementioned files will be different every time they are rebuilt. After this commit, the only remaining build timestamps are in the kernel, the boot loaders, /usr/include/osreldate.h (the year in the copyright notice), and lib*.a (the timestamps on all of the included .o files). Reviewed by: scottl (hptrr), gshapiro (sendmail), simon (openssl), roberto (ntp), jkim (acpica) Approved by: re (kib)
Notes
Notes: svn path=/head/; revision=195626
Diffstat (limited to 'sys/dev/hptrr')
-rw-r--r--sys/dev/hptrr/hptrr_config.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/hptrr/hptrr_config.c b/sys/dev/hptrr/hptrr_config.c
index dba408d53cc0..b3cda443939c 100644
--- a/sys/dev/hptrr/hptrr_config.c
+++ b/sys/dev/hptrr/hptrr_config.c
@@ -65,7 +65,7 @@ int init_config(void)
char driver_name[] = "hptrr";
char driver_name_long[] = "RocketRAID 17xx/2xxx SATA controller driver";
-char driver_ver[] = "v1.2 (" __DATE__ " " __TIME__ ")";
+char driver_ver[] = "v1.2";
int osm_max_targets = 0xff;