diff options
author | Christof Schmitt <cs@samba.org> | 2015-02-18 15:24:44 -0700 |
---|---|---|
committer | Christof Schmitt <cs@samba.org> | 2015-03-02 22:31:08 +0100 |
commit | b69957d65d6dd2fdb76b404b886a7c224e714dda (patch) | |
tree | aaccc56dcae3a4fc82e98cc9eeb7749cbec128ea /source3/modules/gpfs.c | |
parent | f508f273b24d90809dffd7dabf22a96dbeeeaf86 (diff) | |
download | samba-b69957d65d6dd2fdb76b404b886a7c224e714dda.tar.gz samba-b69957d65d6dd2fdb76b404b886a7c224e714dda.tar.xz samba-b69957d65d6dd2fdb76b404b886a7c224e714dda.zip |
gpfs: Include gpfs_fcntl.h only from vfs_gpfs header file
Signed-off-by: Christof Schmitt <cs@samba.org>
Reviewed-by: Ralph Böhme <slow@samba.org>
Diffstat (limited to 'source3/modules/gpfs.c')
-rw-r--r-- | source3/modules/gpfs.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/source3/modules/gpfs.c b/source3/modules/gpfs.c index d05fe50ce6..6b7af7c6ea 100644 --- a/source3/modules/gpfs.c +++ b/source3/modules/gpfs.c @@ -22,7 +22,6 @@ #include "smbd/smbd.h" #include <fcntl.h> -#include <gpfs_fcntl.h> #include "vfs_gpfs.h" static int (*gpfs_set_share_fn)(int fd, unsigned int allow, unsigned int deny); |