]> git.sur5r.net Git - bacula/bacula/blob - bacula/patches/3.0.1-solaris-acl.patch
Add -D option to bconsole to choose between different directors
[bacula/bacula] / bacula / patches / 3.0.1-solaris-acl.patch
1
2  This patch can be applied to version 3.0.1 and fixes a 
3  syntax error that causes builds on older Solarises to fail.
4
5  Apply it to version 3.0.1 with:
6
7  cd <bacula-source>
8  patch -p0 <3.0.1-solaris-acl.patch
9  ./configure <your-options>
10  make
11  ...
12  make install
13
14
15
16 Index: src/filed/acl.c
17 ===================================================================
18 --- src/filed/acl.c     (revision 8810)
19 +++ src/filed/acl.c     (working copy)
20 @@ -1141,7 +1141,7 @@
21  /*
22   * OS specific functions for handling different types of acl streams.
23   */
24 -static bool solaris_build_acl_streams(JCR *jcr, FF_PKT *ff_pkt);
25 +static bool solaris_build_acl_streams(JCR *jcr, FF_PKT *ff_pkt)
26  {
27     int n;
28     aclent_t *acls;