1
0
mirror of https://github.com/samba-team/samba.git synced 2025-02-03 13:47:25 +03:00

s3-vfs: try to fix the Tru64 build.

Volker, Jeremy please check.

Guenther

Autobuild-User: Günther Deschner <gd@samba.org>
Autobuild-Date: Thu Apr 21 19:14:00 CEST 2011 on sn-devel-104
This commit is contained in:
Günther Deschner 2011-04-21 18:26:40 +02:00
parent bb65187b89
commit 1b7cd33291

View File

@ -32,6 +32,12 @@
#undef vfs_ops
#endif
/* Avoid conflict with an Tru64 include file:
the vfsops struct on Tru64 has a vfs_init function pointer which we
overwrite with a macro below */
#undef vfsops
/*
* As we're now (thanks Andrew ! :-) using file_structs and connection
* structs in the vfs - then anyone writing a vfs must include includes.h...