Remove __DATE__ and __TIME__ from ibdiag_common.c, replacing with
the hard-coded string "not available" to ensure reproducible builds. Discussed with: emaste Approved by: re (rgrimes) Sponsored by: The FreeBSD Foundation
This commit is contained in:
parent
6f3a49c317
commit
fa8050170a
@ -84,8 +84,7 @@ static const struct ibdiag_opt *opts_map[256];
|
||||
|
||||
static const char *get_build_version(void)
|
||||
{
|
||||
return "BUILD VERSION: " IBDIAG_VERSION " Build date: " __DATE__ " "
|
||||
__TIME__;
|
||||
return "BUILD VERSION: " IBDIAG_VERSION;
|
||||
}
|
||||
|
||||
static void pretty_print(int start, int width, const char *str)
|
||||
|
Loading…
x
Reference in New Issue
Block a user