diff options
| author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2008-03-24 04:24:31 +0000 |
|---|---|---|
| committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2008-03-24 04:24:31 +0000 |
| commit | 24c69347cdf1e8af2ee22f6fa72c4445a449f226 (patch) | |
| tree | b50cbb7a0f1cffff650d24d4aa9ec97e58c36237 /databases/glom/files/patch-glom_libglom_connectionpool.cc | |
| parent | Resurrect mergeat at version 0.67 now that it builds with the new libgda3. (diff) | |
Update to 1.6.10.
Submitted by: kwm
Diffstat (limited to 'databases/glom/files/patch-glom_libglom_connectionpool.cc')
| -rw-r--r-- | databases/glom/files/patch-glom_libglom_connectionpool.cc | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/databases/glom/files/patch-glom_libglom_connectionpool.cc b/databases/glom/files/patch-glom_libglom_connectionpool.cc new file mode 100644 index 000000000000..ae8bf97bcc90 --- /dev/null +++ b/databases/glom/files/patch-glom_libglom_connectionpool.cc @@ -0,0 +1,11 @@ +--- glom/libglom/connectionpool.cc.orig 2008-01-31 11:29:29.000000000 +0100 ++++ glom/libglom/connectionpool.cc 2008-01-31 11:38:06.000000000 +0100 +@@ -642,7 +642,7 @@ bool ConnectionPool::directory_exists_ur + } + + #ifndef GLOM_ENABLE_CLIENT_ONLY +-static sighandler_t previous_sig_handler = SIG_DFL; /* Arbitrary default */ ++static __sighandler_t *previous_sig_handler = SIG_DFL; /* Arbitrary default */ + + /* This is a Linux/Unix signal handler, + * so we can respond to a crash. |
