From f8fca7d3155e6ff92d40d9de1a3a2043aeb995ca Mon Sep 17 00:00:00 2001 From: Stefan Metzmacher Date: Thu, 13 Aug 2015 18:15:36 +0200 Subject: [PATCH] s4:ntvfs/posix: fix forward declaration of struct pvfs_state Signed-off-by: Stefan Metzmacher Reviewed-by: Ralph Boehme --- source4/ntvfs/posix/posix_eadb.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source4/ntvfs/posix/posix_eadb.h b/source4/ntvfs/posix/posix_eadb.h index 752d322df203..14b943972832 100644 --- a/source4/ntvfs/posix/posix_eadb.h +++ b/source4/ntvfs/posix/posix_eadb.h @@ -16,5 +16,5 @@ along with this program. If not, see . */ -struct pvfs_state *pvfs; +struct pvfs_state; #include "source4/ntvfs/posix/posix_eadb_proto.h"