diff options
author | Andrew Tridgell <tridge@samba.org> | 2004-11-02 03:44:52 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 13:05:15 -0500 |
commit | f4ec1497a1047eab8a2077694c7629ca6bb9eaa4 (patch) | |
tree | 048961f22f64b0166a7d18483134c64ce9023e5b /source4/ntvfs/posix | |
parent | 6148deca663f7b6504b044120b166d6c9ae28750 (diff) | |
download | samba-f4ec1497a1047eab8a2077694c7629ca6bb9eaa4.tar.gz samba-f4ec1497a1047eab8a2077694c7629ca6bb9eaa4.tar.bz2 samba-f4ec1497a1047eab8a2077694c7629ca6bb9eaa4.zip |
r3455: some more portability fixes. We nearly compile on solaris again now.
(This used to be commit 4f33247f1ca60416415a61a7afac43c9dc8a61fd)
Diffstat (limited to 'source4/ntvfs/posix')
-rw-r--r-- | source4/ntvfs/posix/pvfs_open.c | 1 | ||||
-rw-r--r-- | source4/ntvfs/posix/pvfs_read.c | 1 | ||||
-rw-r--r-- | source4/ntvfs/posix/pvfs_search.c | 1 |
3 files changed, 3 insertions, 0 deletions
diff --git a/source4/ntvfs/posix/pvfs_open.c b/source4/ntvfs/posix/pvfs_open.c index bc56962912..89da0f4b34 100644 --- a/source4/ntvfs/posix/pvfs_open.c +++ b/source4/ntvfs/posix/pvfs_open.c @@ -23,6 +23,7 @@ #include "include/includes.h" #include "vfs_posix.h" #include "system/time.h" +#include "system/filesys.h" /* create file handles with convenient numbers for sniffers diff --git a/source4/ntvfs/posix/pvfs_read.c b/source4/ntvfs/posix/pvfs_read.c index 1f89f01a03..0082f74212 100644 --- a/source4/ntvfs/posix/pvfs_read.c +++ b/source4/ntvfs/posix/pvfs_read.c @@ -22,6 +22,7 @@ #include "include/includes.h" #include "vfs_posix.h" +#include "system/filesys.h" /* read from a file diff --git a/source4/ntvfs/posix/pvfs_search.c b/source4/ntvfs/posix/pvfs_search.c index 18e22c2e98..0eb1573006 100644 --- a/source4/ntvfs/posix/pvfs_search.c +++ b/source4/ntvfs/posix/pvfs_search.c @@ -23,6 +23,7 @@ #include "include/includes.h" #include "vfs_posix.h" #include "system/time.h" +#include "system/filesys.h" /* the state of a search started with pvfs_search_first() */ |