summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorChristof Schmitt <cs@samba.org>2015-07-02 15:31:29 -0700
committerChristof Schmitt <cs@samba.org>2015-07-08 05:55:13 +0200
commitb6c9d9a59e015fdf0ab9c11f4d808e28a2d0d109 (patch)
tree77ee6418490d4d5789cd0799e216e0281c073c22 /lib
parente4a96670781631894b2fe649710e99fb0a75a1e8 (diff)
downloadsamba-b6c9d9a59e015fdf0ab9c11f4d808e28a2d0d109.tar.gz
gpfswrap: Use gpfs.h instead of gpfs_fcntl.h
Signed-off-by: Christof Schmitt <cs@samba.org> Reviewed-by: Volker Lendecke <vl@samba.org> Autobuild-User(master): Christof Schmitt <cs@samba.org> Autobuild-Date(master): Wed Jul 8 05:55:13 CEST 2015 on sn-devel-104
Diffstat (limited to 'lib')
-rw-r--r--lib/util/gpfswrap.h2
-rw-r--r--lib/util/wscript_configure2
2 files changed, 2 insertions, 2 deletions
diff --git a/lib/util/gpfswrap.h b/lib/util/gpfswrap.h
index 6fee40acd0d..25b1ba8046d 100644
--- a/lib/util/gpfswrap.h
+++ b/lib/util/gpfswrap.h
@@ -24,7 +24,7 @@
#ifndef __GPFSWRAP_H__
#define __GPFSWRAP_H__
-#include <gpfs_fcntl.h>
+#include <gpfs.h>
int gpfswrap_init(void);
int gpfswrap_set_share(int fd, unsigned int allow, unsigned int deny);
diff --git a/lib/util/wscript_configure b/lib/util/wscript_configure
index a17cb564b86..95a89493d9a 100644
--- a/lib/util/wscript_configure
+++ b/lib/util/wscript_configure
@@ -136,5 +136,5 @@ else:
conf.undefine('HAVE_LTTNG_TRACEF')
conf.env['CPPPATH_GPFS'] = '/usr/lpp/mmfs/include/'
-if conf.CHECK_HEADERS('gpfs_fcntl.h', False, False, "gpfs"):
+if conf.CHECK_HEADERS('gpfs.h', False, False, "gpfs"):
conf.DEFINE('HAVE_GPFS', '1')