From fbe87ea2ce7e19a876c54db4ed55beaed9fd1a1a Mon Sep 17 00:00:00 2001 From: robert Date: Sat, 15 Apr 2017 17:18:01 +0000 Subject: [PATCH] remove all compile time __DATE__ and __TIME__ variables from the source ok deraadt@, matthieu@ --- app/fvwm/fvwm/fvwm.c | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/app/fvwm/fvwm/fvwm.c b/app/fvwm/fvwm/fvwm.c index decd86653..5c4f6c922 100644 --- a/app/fvwm/fvwm/fvwm.c +++ b/app/fvwm/fvwm/fvwm.c @@ -45,7 +45,7 @@ #ifndef lint -static char sccsid[] = "@(#)fvwm.c " VERSION " " __DATE__ " fvwm"; +static char sccsid[] = "@(#)fvwm.c " VERSION " fvwm"; #endif int master_pid; /* process number of 1st fvwm process */ @@ -228,8 +228,7 @@ int main(int argc, char **argv) } else if (strncasecmp(argv[i], "-version", 8) == 0) { - fvwm_msg(INFO,"main", "Fvwm Version %s compiled on %s at %s\n", - VERSION,__DATE__,__TIME__); + fvwm_msg(INFO,"main", "Fvwm Version %s\n", VERSION); } else {