Petr Gajdos
e256e6ef42
* Fix debian bug 910911: This restores backward compatibility with databases created by version 1.8 (and some later versions, with mmapped I/O disabled). OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/gdbm?expand=0&rev=58
15 lines
540 B
Diff
15 lines
540 B
Diff
Index: gdbm-1.18.1/src/version.c
|
|
===================================================================
|
|
--- gdbm-1.18.1.orig/src/version.c 2018-10-31 08:08:40.768558994 +0100
|
|
+++ gdbm-1.18.1/src/version.c 2018-10-31 08:09:58.052905389 +0100
|
|
@@ -25,9 +25,6 @@
|
|
making the distdir. */
|
|
const char * gdbm_version = "GDBM version " PACKAGE_VERSION ". "
|
|
"27/10/2018"
|
|
-#if defined(__STDC__) && defined(__DATE__) && defined(__TIME__)
|
|
- " (built " __DATE__ " " __TIME__ ")"
|
|
-#endif
|
|
;
|
|
int const gdbm_version_number[3] = {
|
|
GDBM_VERSION_MAJOR,
|