summaryrefslogtreecommitdiff
path: root/app/fvwm
diff options
context:
space:
mode:
authorRobert Nagy <robert@cvs.openbsd.org>2017-04-15 17:18:02 +0000
committerRobert Nagy <robert@cvs.openbsd.org>2017-04-15 17:18:02 +0000
commitb4d1cda71d294699050a371cb961d10fd8890a05 (patch)
tree02580e5662b3714c012eade4a3535203af6919e6 /app/fvwm
parent29cddaf95926b44bf7458743c8f0c597b47d93bc (diff)
remove all compile time __DATE__ and __TIME__ variables from the source
ok deraadt@, matthieu@
Diffstat (limited to 'app/fvwm')
-rw-r--r--app/fvwm/fvwm/fvwm.c5
1 files 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
{