diff options
author | Amar Tumballi <amar@gluster.com> | 2011-06-16 04:36:46 +0000 |
---|---|---|
committer | Anand Avati <avati@gluster.com> | 2011-06-16 22:01:54 -0700 |
commit | 442f64a83bd2c5da085bc6dc50533df2d483be3b (patch) | |
tree | f02c5fa0725bde3f79a83a52afc0646582dd33cf /libglusterfs/src/compat.h | |
parent | 41263d553f25e4f59d2751e7e3b2a23b264370f8 (diff) |
build: fixes to work on solaris
Signed-off-by: Amar Tumballi <amar@gluster.com>
Signed-off-by: Anand Avati <avati@gluster.com>
BUG: 3002 (build issues on solaris)
URL: http://bugs.gluster.com/cgi-bin/bugzilla3/show_bug.cgi?id=3002
Diffstat (limited to 'libglusterfs/src/compat.h')
-rw-r--r-- | libglusterfs/src/compat.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/libglusterfs/src/compat.h b/libglusterfs/src/compat.h index 4d336ea0647..34e72a8a1f2 100644 --- a/libglusterfs/src/compat.h +++ b/libglusterfs/src/compat.h @@ -284,6 +284,8 @@ int solaris_rename (const char *oldpath, const char *newpath); int solaris_unlink (const char *pathname); +char *mkdtemp (char *temp); + #define GF_SOLARIS_XATTR_DIR ".glusterfs_xattr_inode" int solaris_xattr_resolve_path (const char *real_path, char **path); |