diff options
author | shishir gowda <shishirng@gluster.com> | 2010-10-21 03:38:30 +0000 |
---|---|---|
committer | Anand V. Avati <avati@dev.gluster.com> | 2010-10-21 05:11:35 -0700 |
commit | db61075a123008ebd94ab8ff00b984e484155654 (patch) | |
tree | c52c3a644695ccc6e6d0af260d539611f1998af2 /libglusterfs | |
parent | cd9a247906924106c722ecf4611b7be4b5408ad9 (diff) |
Solaris build: Fix linux only features
Signed-off-by: shishir gowda <shishirng@gluster.com>
Signed-off-by: Anand V. Avati <avati@dev.gluster.com>
BUG: 1990 (Gluster mainline build on solaris fails with errors)
URL: http://bugs.gluster.com/cgi-bin/bugzilla3/show_bug.cgi?id=1990
Diffstat (limited to 'libglusterfs')
-rw-r--r-- | libglusterfs/src/glusterfs.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/libglusterfs/src/glusterfs.h b/libglusterfs/src/glusterfs.h index f04c2a26a..bf37f4fa5 100644 --- a/libglusterfs/src/glusterfs.h +++ b/libglusterfs/src/glusterfs.h @@ -64,6 +64,10 @@ #define O_DIRECTORY 0 #endif +#ifndef FNM_EXTMATCH +#define FNM_EXTMATCH 0 +#endif + #define GF_XATTR_PATHINFO_KEY "trusted.glusterfs.pathinfo" #define GF_XATTR_LINKINFO_KEY "trusted.distribute.linkinfo" |