summaryrefslogtreecommitdiff
path: root/sysutils/bacula/patches
diff options
context:
space:
mode:
authorghen <ghen@pkgsrc.org>2006-03-16 09:08:55 +0000
committerghen <ghen@pkgsrc.org>2006-03-16 09:08:55 +0000
commit667fa649e1b4fecfec86f07b134a7bbb6cbc503a (patch)
tree40a43c9678e4d94f47f7f48d5a0bef9c5f88488e /sysutils/bacula/patches
parent2ab7a2c84f08f3c689888494e3c2017c5eee43bd (diff)
downloadpkgsrc-667fa649e1b4fecfec86f07b134a7bbb6cbc503a.tar.gz
Fix build error on Solaris with SunStudio compilers (symbol referencing error),
provided by PR pkg/33077.
Diffstat (limited to 'sysutils/bacula/patches')
-rw-r--r--sysutils/bacula/patches/patch-ak16
1 files changed, 16 insertions, 0 deletions
diff --git a/sysutils/bacula/patches/patch-ak b/sysutils/bacula/patches/patch-ak
new file mode 100644
index 00000000000..f40cddf64d9
--- /dev/null
+++ b/sysutils/bacula/patches/patch-ak
@@ -0,0 +1,16 @@
+$NetBSD: patch-ak,v 1.1 2006/03/16 09:08:55 ghen Exp $
+
+Fix build error on Solaris with SunStudio compilers (symbol referencing error),
+provided by PR pkg/33077. Also submitted upstream as bacula bug #567.
+
+--- src/dird/ua_dotcmds.c.orig 2006-03-16 09:53:18.000000000 +0100
++++ src/dird/ua_dotcmds.c
+@@ -37,7 +37,7 @@ extern const char *client_backups;
+ extern int console_msg_pending;
+
+ /* Imported functions */
+-extern int do_messages(UAContext *ua, const char *cmd);
++extern void do_messages(UAContext *ua, const char *cmd);
+ extern int quit_cmd(UAContext *ua, const char *cmd);
+ extern int qhelp_cmd(UAContext *ua, const char *cmd);
+ extern int qstatus_cmd(UAContext *ua, const char *cmd);