summaryrefslogtreecommitdiffstats
path: root/libglusterfs
diff options
context:
space:
mode:
Diffstat (limited to 'libglusterfs')
-rw-r--r--libglusterfs/src/compat.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/libglusterfs/src/compat.h b/libglusterfs/src/compat.h
index 04779bff4dc..81e74f41075 100644
--- a/libglusterfs/src/compat.h
+++ b/libglusterfs/src/compat.h
@@ -12,7 +12,6 @@
#define __COMPAT_H__
#include <stdint.h>
-#include "dict.h"
#ifndef LLONG_MAX
#define LLONG_MAX __LONG_LONG_MAX__ /* compat with old gcc */
@@ -255,10 +254,6 @@ enum {
#define FTW_CONTINUE 0
#endif
-int32_t gf_darwin_compat_listxattr (int len, dict_t *dict, int size);
-int32_t gf_darwin_compat_getxattr (const char *key, dict_t *dict);
-int32_t gf_darwin_compat_setxattr (dict_t *dict);
-
#ifndef _PATH_UMOUNT
#define _PATH_UMOUNT "/sbin/umount"
#endif