From 442f64a83bd2c5da085bc6dc50533df2d483be3b Mon Sep 17 00:00:00 2001 From: Amar Tumballi Date: Thu, 16 Jun 2011 04:36:46 +0000 Subject: build: fixes to work on solaris Signed-off-by: Amar Tumballi Signed-off-by: Anand Avati BUG: 3002 (build issues on solaris) URL: http://bugs.gluster.com/cgi-bin/bugzilla3/show_bug.cgi?id=3002 --- libglusterfs/src/compat.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'libglusterfs/src/compat.h') diff --git a/libglusterfs/src/compat.h b/libglusterfs/src/compat.h index 4d336ea06..34e72a8a1 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); -- cgit