/* Small shim until we update all packages. */ #ifndef __XATTR_H__ #define __XATTR_H__ #include #warning "Please change your includes to " # ifndef ENOATTR # define ENOATTR ENODATA # endif /* ENOATTR */ #endif