2014-09-13 13:06:27 +01:00
|
|
|
--- a/nscd/nscd_stat.c
|
|
|
|
+++ b/nscd/nscd_stat.c
|
2013-10-01 12:10:40 +01:00
|
|
|
@@ -37,7 +37,7 @@
|
|
|
|
|
|
|
|
|
|
|
|
/* We use this to make sure the receiver is the same. */
|
|
|
|
-static const char compilation[21] = __DATE__ " " __TIME__;
|
2014-11-11 10:04:10 +00:00
|
|
|
+static const char compilation[] = "@out@";
|
2013-10-01 12:10:40 +01:00
|
|
|
|
|
|
|
/* Statistic data for one database. */
|
|
|
|
struct dbstat
|