16 lines
252 B
Diff
16 lines
252 B
Diff
|
|
--- proftpd-1.3.6/tests/api/fsio.c
|
||
|
|
+++ proftpd-1.3.6/tests/api/fsio.c
|
||
|
|
@@ -26,6 +26,12 @@
|
||
|
|
|
||
|
|
#include "tests.h"
|
||
|
|
|
||
|
|
+#ifdef PR_USE_XATTR
|
||
|
|
+#ifndef ENOATTR
|
||
|
|
+# define ENOATTR ENODATA
|
||
|
|
+#endif
|
||
|
|
+#endif
|
||
|
|
+
|
||
|
|
static pool *p = NULL;
|
||
|
|
|
||
|
|
static char *fsio_cwd = NULL;
|