You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
26 lines
1.2 KiB
26 lines
1.2 KiB
diff -NaurEbBH perdition-1.19-rc5.orig/config.log perdition-1.19-rc5/config.log |
|
diff -NaurEbBH perdition-1.19-rc5.orig/makegdbm/options.h perdition-1.19-rc5/makegdbm/options.h |
|
--- perdition-1.19-rc5.orig/makegdbm/options.h 2010-08-29 14:15:23.000000000 +0400 |
|
+++ perdition-1.19-rc5/makegdbm/options.h 2013-03-25 03:01:02.022929503 +0400 |
|
@@ -39,7 +39,7 @@ |
|
#endif |
|
|
|
extern gdbm_error gdbm_errno; |
|
-extern char *gdbm_version; |
|
+extern const char *gdbm_version; |
|
|
|
#define COPYRIGHT \ |
|
"(c) 1999 Horms <horms@verge.net.au>\nReleased under the GNU GPL\n" |
|
diff -NaurEbBH perdition-1.19-rc5.orig/makegdbm/options.h.const perdition-1.19-rc5/makegdbm/options.h.const |
|
diff -NaurEbBH perdition-1.19-rc5.orig/perdition/db/gdbm/perditiondb_gdbm.h perdition-1.19-rc5/perdition/db/gdbm/perditiondb_gdbm.h |
|
--- perdition-1.19-rc5.orig/perdition/db/gdbm/perditiondb_gdbm.h 2010-08-29 14:15:23.000000000 +0400 |
|
+++ perdition-1.19-rc5/perdition/db/gdbm/perditiondb_gdbm.h 2013-03-25 03:04:20.191115661 +0400 |
|
@@ -31,7 +31,7 @@ |
|
#include <gdbm.h> |
|
|
|
extern gdbm_error gdbm_errno; |
|
-extern char *gdbm_version; |
|
+extern const char *gdbm_version; |
|
|
|
#ifndef PERDITIONDB_GDBM_SYSCONFDIR |
|
#define PERDITIONDB_GDBM_SYSCONFDIR "/usr/local/etc/perdition"
|
|
|