3.6-test build failure in nttrans.c - fake_file header needed
David Disseldorp
ddiss at suse.de
Tue Oct 5 02:15:32 MDT 2010
Hi,
A minor 3.6 build fix, pull request and patch below...
Cheers, David
The following changes since commit
ebfcac80806d528ce3b6565af68ac4de9f941837:
Ported from master 97b76364e7c8103ee6dd6e41d85d3932e46eafdc - Author:
Volker Lendecke <vl at samba.org> s3: Attempt to fix a ton of warnings
on the build farm (2010-10-04 14:51:10 -0700)
are available in the git repository at:
ssh://ddiss@oss.sgi.com/oss/git/v4acls-experimental/samba.git/
36t-nttrans-fake_file
David Disseldorp (1):
s3: include fake_file.h in nttrans.c
source3/smbd/nttrans.c | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
--- a/source3/smbd/nttrans.c
+++ b/source3/smbd/nttrans.c
@@ -21,6 +21,7 @@
#include "includes.h"
#include "smbd/globals.h"
#include "../librpc/gen_ndr/ndr_security.h"
+#include "fake_file.h"
extern const struct generic_mapping file_generic_mapping;
More information about the samba-technical
mailing list