diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2007-09-08 12:42:09 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 15:05:38 -0500 |
commit | ffeee68e4b72dd94fee57366bd8d38b8c284c3d4 (patch) | |
tree | a34ba763c0c9d4dc10a58484ed8277f2a6cbfa2f /source4/ntvfs | |
parent | 1dfe79de91858d7568a1131d010a383e459dd8f9 (diff) | |
download | samba-ffeee68e4b72dd94fee57366bd8d38b8c284c3d4.tar.gz samba-ffeee68e4b72dd94fee57366bd8d38b8c284c3d4.tar.bz2 samba-ffeee68e4b72dd94fee57366bd8d38b8c284c3d4.zip |
r25026: Move param/param.h out of includes.h
(This used to be commit abe8349f9b4387961ff3665d8c589d61cd2edf31)
Diffstat (limited to 'source4/ntvfs')
-rw-r--r-- | source4/ntvfs/cifs/vfs_cifs.c | 1 | ||||
-rw-r--r-- | source4/ntvfs/common/opendb.c | 1 | ||||
-rw-r--r-- | source4/ntvfs/common/opendb_tdb.c | 1 | ||||
-rw-r--r-- | source4/ntvfs/ntvfs_base.c | 1 | ||||
-rw-r--r-- | source4/ntvfs/posix/pvfs_shortname.c | 1 | ||||
-rw-r--r-- | source4/ntvfs/print/vfs_print.c | 1 | ||||
-rw-r--r-- | source4/ntvfs/sysdep/inotify.c | 1 | ||||
-rw-r--r-- | source4/ntvfs/sysdep/sys_notify.c | 1 |
8 files changed, 8 insertions, 0 deletions
diff --git a/source4/ntvfs/cifs/vfs_cifs.c b/source4/ntvfs/cifs/vfs_cifs.c index 4c079b36fc..d248bd7552 100644 --- a/source4/ntvfs/cifs/vfs_cifs.c +++ b/source4/ntvfs/cifs/vfs_cifs.c @@ -31,6 +31,7 @@ #include "auth/credentials/credentials.h" #include "ntvfs/ntvfs.h" #include "lib/util/dlinklist.h" +#include "param/param.h" struct cvfs_file { struct cvfs_file *prev, *next; diff --git a/source4/ntvfs/common/opendb.c b/source4/ntvfs/common/opendb.c index 69282dd12e..63c6abd3de 100644 --- a/source4/ntvfs/common/opendb.c +++ b/source4/ntvfs/common/opendb.c @@ -41,6 +41,7 @@ #include "ntvfs/ntvfs.h" #include "ntvfs/common/ntvfs_common.h" #include "cluster/cluster.h" +#include "param/param.h" static const struct opendb_ops *ops; diff --git a/source4/ntvfs/common/opendb_tdb.c b/source4/ntvfs/common/opendb_tdb.c index 0bfe6e4eb3..0a79b79125 100644 --- a/source4/ntvfs/common/opendb_tdb.c +++ b/source4/ntvfs/common/opendb_tdb.c @@ -47,6 +47,7 @@ #include "ntvfs/ntvfs.h" #include "ntvfs/common/ntvfs_common.h" #include "cluster/cluster.h" +#include "param/param.h" struct odb_context { struct tdb_wrap *w; diff --git a/source4/ntvfs/ntvfs_base.c b/source4/ntvfs/ntvfs_base.c index 03c5aff01c..39e4ca73ea 100644 --- a/source4/ntvfs/ntvfs_base.c +++ b/source4/ntvfs/ntvfs_base.c @@ -26,6 +26,7 @@ #include "lib/util/dlinklist.h" #include "build.h" #include "ntvfs/ntvfs.h" +#include "param/param.h" /* the list of currently registered NTVFS backends, note that there * can be more than one backend with the same name, as long as they diff --git a/source4/ntvfs/posix/pvfs_shortname.c b/source4/ntvfs/posix/pvfs_shortname.c index 5df4a57f9c..75e474a94e 100644 --- a/source4/ntvfs/posix/pvfs_shortname.c +++ b/source4/ntvfs/posix/pvfs_shortname.c @@ -22,6 +22,7 @@ #include "includes.h" #include "system/locale.h" #include "vfs_posix.h" +#include "param/param.h" /* this mangling scheme uses the following format diff --git a/source4/ntvfs/print/vfs_print.c b/source4/ntvfs/print/vfs_print.c index 30bb530ee9..120f88373c 100644 --- a/source4/ntvfs/print/vfs_print.c +++ b/source4/ntvfs/print/vfs_print.c @@ -24,6 +24,7 @@ #include "includes.h" #include "libcli/raw/ioctl.h" #include "ntvfs/ntvfs.h" +#include "param/param.h" /* connect to a share - used when a tree_connect operation comes diff --git a/source4/ntvfs/sysdep/inotify.c b/source4/ntvfs/sysdep/inotify.c index afeb319b35..6fab1018ca 100644 --- a/source4/ntvfs/sysdep/inotify.c +++ b/source4/ntvfs/sysdep/inotify.c @@ -27,6 +27,7 @@ #include "lib/events/events.h" #include "lib/util/dlinklist.h" #include "libcli/raw/smb.h" +#include "param/param.h" #include <linux/inotify.h> #include <asm/unistd.h> diff --git a/source4/ntvfs/sysdep/sys_notify.c b/source4/ntvfs/sysdep/sys_notify.c index 8d2aed7fa0..53ac7faa7e 100644 --- a/source4/ntvfs/sysdep/sys_notify.c +++ b/source4/ntvfs/sysdep/sys_notify.c @@ -27,6 +27,7 @@ #include "ntvfs/sysdep/sys_notify.h" #include "lib/events/events.h" #include "lib/util/dlinklist.h" +#include "param/param.h" #include "build.h" /* list of registered backends */ |