search for: sf_archived

Displaying 1 result from an estimated 1 matches for "sf_archived".

Did you mean: be_archived
2007 Mar 28
1
rsync patch -flags fails to compile on Mac OSX
...TABLE 0x00000002 /* file may not be changed */ #define UF_APPEND 0x00000004 /* writes to file may only append */ #define UF_OPAQUE 0x00000008 /* directory is opaque wrt. union */ /* * Super-user changeable flags. */ #define SF_SETTABLE 0xffff0000 /* mask of superuser changeable flags */ #define SF_ARCHIVED 0x00010000 /* file is archived */ #define SF_IMMUTABLE 0x00020000 /* file may not be changed */ #define SF_APPEND 0x00040000 /* writes to file may only append */ #endif However, after defining the missing flags in rsync.h I still get the following errors: gcc -I. -I. -g -O2 -DHAVE_CONFIG_H -Wa...