Parent Directory | Revision Log | Revision Graph
Initial import
1 | diff -up bacula-3.0.2/src/filed/acl.c.orig bacula-3.0.2/src/filed/acl.c |
2 | --- bacula-3.0.2/src/filed/acl.c.orig 2009-07-09 19:34:01.000000000 +0200 |
3 | +++ bacula-3.0.2/src/filed/acl.c 2009-07-27 13:56:09.000000000 +0200 |
4 | @@ -396,6 +396,9 @@ static int generic_get_acl_from_os(JCR * |
5 | switch (errno) { |
6 | #if defined(BACL_ENOTSUP) |
7 | case BACL_ENOTSUP: |
8 | +#if defined(HAVE_LINUX_OS) |
9 | + case ENOSYS: |
10 | +#endif |
11 | break; /* not supported */ |
12 | #endif |
13 | default: |
admin@koozali.org | ViewVC Help |
Powered by ViewVC 1.2.1 |