search for: acl_get_entry

Displaying 2 results from an estimated 2 matches for "acl_get_entry".

Did you mean: acl_ea_entry
2002 Oct 22
1
2.2.6 configure problems
...nfigure:13219: gcc -o conftest -O -O2 -march=i386 -mcpu=i686 -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE -Wl,-rpath,/usr/lib conftest.c -lcups -lssl -lcrypto -lnsl -lcrypt -lpam 1>&5 /tmp/ccycWmr0.o: In function `main': /tmp/ccycWmr0.o(.text+0xa): undefined reference to `acl_get_entry' collect2: ld returned 1 exit status configure: failed program was: #line 13211 "configure" #include "confdefs.h" #include <sys/types.h> #include <sys/acl.h> int main() { acl_t acl; int entry_id; acl_entry_t *entry_p; return acl_get_entry( acl, entry_id, entry_p...
2007 Jul 17
1
(Rsync 3.0) acls for OS X
What's the status of acl support for OS X? What needs to be done? The xattr support works nicely; you can try it out by moving a few "text clippings" back and forth from HFS+ to ext3 (say) with and without the -X switch set. Or move them locally that way, for that matter. (Text clippings are _all_ resource fork). -- W. Oates