summaryrefslogtreecommitdiff
path: root/source4/ntvfs
diff options
context:
space:
mode:
authorAndrew Tridgell <tridge@samba.org>2004-11-02 00:24:21 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 13:05:12 -0500
commitead3508ac81ff3ed2a48753f3b5e23537ba6ec73 (patch)
tree5bf293783de7fbc138ee206749ab02bf18415ea1 /source4/ntvfs
parent28785364baec1fbbf66de9ca38f397d7cc5c2c67 (diff)
downloadsamba-ead3508ac81ff3ed2a48753f3b5e23537ba6ec73.tar.gz
samba-ead3508ac81ff3ed2a48753f3b5e23537ba6ec73.tar.bz2
samba-ead3508ac81ff3ed2a48753f3b5e23537ba6ec73.zip
r3447: more include/system/XXX.h include files
(This used to be commit 264ce9181089922547e8f6f67116f2d7277a5105)
Diffstat (limited to 'source4/ntvfs')
-rw-r--r--source4/ntvfs/posix/pvfs_dirlist.c1
-rw-r--r--source4/ntvfs/posix/pvfs_lock.c1
-rw-r--r--source4/ntvfs/posix/pvfs_open.c1
-rw-r--r--source4/ntvfs/posix/pvfs_resolve.c1
-rw-r--r--source4/ntvfs/posix/pvfs_search.c1
-rw-r--r--source4/ntvfs/posix/pvfs_setfileinfo.c1
-rw-r--r--source4/ntvfs/simple/svfs_util.c2
-rw-r--r--source4/ntvfs/simple/vfs_simple.c1
8 files changed, 9 insertions, 0 deletions
diff --git a/source4/ntvfs/posix/pvfs_dirlist.c b/source4/ntvfs/posix/pvfs_dirlist.c
index 79f014d967..613de08087 100644
--- a/source4/ntvfs/posix/pvfs_dirlist.c
+++ b/source4/ntvfs/posix/pvfs_dirlist.c
@@ -23,6 +23,7 @@
#include "includes.h"
#include "vfs_posix.h"
+#include "system/dir.h"
struct pvfs_dir {
struct pvfs_state *pvfs;
diff --git a/source4/ntvfs/posix/pvfs_lock.c b/source4/ntvfs/posix/pvfs_lock.c
index 3835c9319b..3625fc7891 100644
--- a/source4/ntvfs/posix/pvfs_lock.c
+++ b/source4/ntvfs/posix/pvfs_lock.c
@@ -22,6 +22,7 @@
#include "include/includes.h"
#include "vfs_posix.h"
+#include "system/time.h"
/*
diff --git a/source4/ntvfs/posix/pvfs_open.c b/source4/ntvfs/posix/pvfs_open.c
index bfaa7bf5a1..bc56962912 100644
--- a/source4/ntvfs/posix/pvfs_open.c
+++ b/source4/ntvfs/posix/pvfs_open.c
@@ -22,6 +22,7 @@
#include "include/includes.h"
#include "vfs_posix.h"
+#include "system/time.h"
/*
create file handles with convenient numbers for sniffers
diff --git a/source4/ntvfs/posix/pvfs_resolve.c b/source4/ntvfs/posix/pvfs_resolve.c
index 672d028dd5..551b05b248 100644
--- a/source4/ntvfs/posix/pvfs_resolve.c
+++ b/source4/ntvfs/posix/pvfs_resolve.c
@@ -29,6 +29,7 @@
#include "include/includes.h"
#include "vfs_posix.h"
+#include "system/dir.h"
/*
compare two filename components. This is where the name mangling hook will go
diff --git a/source4/ntvfs/posix/pvfs_search.c b/source4/ntvfs/posix/pvfs_search.c
index 43d0f946b7..18e22c2e98 100644
--- a/source4/ntvfs/posix/pvfs_search.c
+++ b/source4/ntvfs/posix/pvfs_search.c
@@ -22,6 +22,7 @@
#include "include/includes.h"
#include "vfs_posix.h"
+#include "system/time.h"
/* the state of a search started with pvfs_search_first() */
diff --git a/source4/ntvfs/posix/pvfs_setfileinfo.c b/source4/ntvfs/posix/pvfs_setfileinfo.c
index bc96f25fec..8a4c6e433d 100644
--- a/source4/ntvfs/posix/pvfs_setfileinfo.c
+++ b/source4/ntvfs/posix/pvfs_setfileinfo.c
@@ -22,6 +22,7 @@
#include "include/includes.h"
#include "vfs_posix.h"
+#include "system/time.h"
/*
set info on a open file
diff --git a/source4/ntvfs/simple/svfs_util.c b/source4/ntvfs/simple/svfs_util.c
index 2ac12b1918..cfe846a828 100644
--- a/source4/ntvfs/simple/svfs_util.c
+++ b/source4/ntvfs/simple/svfs_util.c
@@ -25,6 +25,8 @@
#include "includes.h"
#include "svfs.h"
+#include "system/time.h"
+#include "system/dir.h"
/*
convert a windows path to a unix path - don't do any manging or case sensitive handling
diff --git a/source4/ntvfs/simple/vfs_simple.c b/source4/ntvfs/simple/vfs_simple.c
index 379d24f848..c84483ea23 100644
--- a/source4/ntvfs/simple/vfs_simple.c
+++ b/source4/ntvfs/simple/vfs_simple.c
@@ -28,6 +28,7 @@
#include "includes.h"
#include "svfs.h"
+#include "system/time.h"
#ifndef O_DIRECTORY
#define O_DIRECTORY 0