2014-09-13 05:06:27 -07:00
|
|
|
--- a/nscd/nscd_stat.c
|
|
|
|
+++ b/nscd/nscd_stat.c
|
2013-10-01 04:10:40 -07: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 02:04:10 -08:00
|
|
|
+static const char compilation[] = "@out@";
|
2013-10-01 04:10:40 -07:00
|
|
|
|
|
|
|
/* Statistic data for one database. */
|
|
|
|
struct dbstat
|