File multitail-remove_date.patch of Package multitail
--- error.c.orig 2013-03-25 10:45:42.317770694 +0100
+++ error.c 2013-03-25 10:45:49.617768855 +0100
@@ -45,7 +45,6 @@
fprintf(stderr, "---------------------------------------------------------\n");
fprintf(stderr, "This problem occured at line %d in function %s (from file %s):\n", line, function, file);
if (errno) fprintf(stderr, "errno variable was then: %d which means \"%s\"\n", errno, strerror(errno));
- fprintf(stderr, "Binary build at %s %s\n", __DATE__, __TIME__);
#if defined(__GLIBC__)
fprintf(stderr, "Execution path:\n");
for(index=0; index<trace_size; ++index)