sunos xattr defines

This commit is contained in:
Kelvin Sherlock 2018-08-20 20:58:48 -04:00
parent 8be3dad543
commit 67a8d7a0c6

View File

@ -24,6 +24,15 @@
#include <sys/paths.h>
#endif
#ifndef XATTR_FINDERINFO_NAME
#define XATTR_FINDERINFO_NAME "com.apple.FinderInfo"
#endif
#ifndef XATTR_RESOURCEFORK_NAME
#define XATTR_RESOURCEFORK_NAME "com.apple.ResourceFork"
#endif
#include "defc.h"
#include "gsos.h"
#include "fst.h"