xattr-shim.h 253 B

12345678910
  1. /* Small shim until we update all packages. */
  2. #ifndef __XATTR_H__
  3. #define __XATTR_H__
  4. #include <sys/xattr.h>
  5. #warning "Please change your <attr/xattr.h> includes to <sys/xattr.h>"
  6. # ifndef ENOATTR
  7. # define ENOATTR ENODATA
  8. # endif /* ENOATTR */
  9. #endif