mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-12-28 14:22:50 +03:00
1b55b07eeb
We only have one version of Glibc so no need for a separate directory.
12 lines
291 B
Diff
12 lines
291 B
Diff
--- a/nscd/nscd_stat.c
|
|
+++ b/nscd/nscd_stat.c
|
|
@@ -37,7 +37,7 @@
|
|
|
|
|
|
/* We use this to make sure the receiver is the same. */
|
|
-static const char compilation[21] = __DATE__ " " __TIME__;
|
|
+static const char compilation[21] = "@out@";
|
|
|
|
/* Statistic data for one database. */
|
|
struct dbstat
|