From 63686a1c82126f0aa90317e4790d01b4bcf1a9e1 Mon Sep 17 00:00:00 2001 From: Stefan Metzmacher Date: Tue, 13 Sep 2016 08:07:21 +0200 Subject: [PATCH] nfs4acl.idl: rename interface to nfs4acl.idl to avoid naming clash in the python bindings MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Stefan Metzmacher Reviewed-by: Günther Deschner --- librpc/idl/nfs4acl.idl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/librpc/idl/nfs4acl.idl b/librpc/idl/nfs4acl.idl index aeab0a0d1081..13a6d131dcf1 100644 --- a/librpc/idl/nfs4acl.idl +++ b/librpc/idl/nfs4acl.idl @@ -11,7 +11,7 @@ import "misc.idl", "security.idl"; version(1.0), pointer_default(unique) ] -interface nfs4acl +interface nfs4acl_interface { const char *NFS4ACL_XATTR_NAME = "system.nfs4acl";