Show
Ignore:
Timestamp:
10/18/07 01:34:47 (1 year ago)
Author:
timothy
Message:

Remove more 10.3 workarounds.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/Colloquy.pch

    r3763 r3766  
    2020#endif 
    2121 
    22 #if MAC_OS_X_VERSION_MAX_ALLOWED >= MAC_OS_X_VERSION_10_4 
    2322#include <sys/xattr.h> 
    24 #endif 
    25  
    26 // define these here so they weak link for Panther letting the binary be backwards compatible 
    27 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;