Changeset 3766 for trunk/Colloquy.pch
- Timestamp:
- 10/18/07 01:34:47 (1 year ago)
- Files:
-
- trunk/Colloquy.pch (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/Colloquy.pch
r3763 r3766 20 20 #endif 21 21 22 #if MAC_OS_X_VERSION_MAX_ALLOWED >= MAC_OS_X_VERSION_10_423 22 #include <sys/xattr.h> 24 #endif25 26 // define these here so they weak link for Panther letting the binary be backwards compatible27 extern int fsetxattr(int fd, const char *name, const void *value, size_t size, u_int32_t position, int options) WEAK_IMPORT_ATTRIBUTE;28 extern ssize_t fgetxattr(int fd, const char *name, void *value, size_t size, u_int32_t position, int options) WEAK_IMPORT_ATTRIBUTE;
