search for: io_read_phase

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

2005 Jun 09
0
[Bug 2780] New: fix acl patch
...x __attribute__((__unused__)) ++ #include "proto.h" /* We have replacement versions of these if they're missing. */ +@@ -861,6 +901,4 @@ + const char *get_panic_action(void); + #endif + +-#define UNUSED(x) x __attribute__((__unused__)) +- + extern const char *io_write_phase, *io_read_phase; --- orig/rsync.yo 2005-05-22 20:53:34 +++ rsync.yo 2004-07-03 20:11:58 @@ -317,6 +317,7 @@ to the detailed description below for a -- Configure bugmail: https://bugzilla.samba.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA contact for the bug,...
2003 Jun 25
3
patch draft for extended attributes on linux
...n systems which have no lchown and where chown * follows symbollic links. On such systems it might be better not to * try to chown symlinks at all. */ @@ -629,3 +636,8 @@ const char *get_panic_action(void); #define UNUSED(x) x __attribute__((__unused__)) extern const char *io_write_phase, *io_read_phase; + + + +/* Global command-line options */ +extern int opt_xattr; diff -urpdN -x .ignore -x packaging -x cvs.log -x configure -x config.h.in -x autom4te.cache -x config.log -x .cvsignore -x dummy -x .svn -x ID -x TAGS rsync-2.5.6/xattr.c xa/xattr.c --- rsync-2.5.6/xattr.c 1970-01-01 10:00:00.0000000...