From c3a1348371ddcd06730ad05d7946e0f0da58ee21 Mon Sep 17 00:00:00 2001 From: Volker Lendecke Date: Tue, 15 Aug 2017 08:25:34 +0200 Subject: xattr.idl: Don't generate an interface table Signed-off-by: Volker Lendecke Reviewed-by: Ralph Boehme Autobuild-User(master): Volker Lendecke Autobuild-Date(master): Sun Oct 22 21:40:16 CEST 2017 on sn-devel-144 --- librpc/idl/wscript_build | 4 ++-- librpc/idl/xattr.idl | 5 ----- 2 files changed, 2 insertions(+), 7 deletions(-) (limited to 'librpc') diff --git a/librpc/idl/wscript_build b/librpc/idl/wscript_build index e19f1a8c1d8..75eba7d54a5 100644 --- a/librpc/idl/wscript_build +++ b/librpc/idl/wscript_build @@ -6,7 +6,7 @@ bld.SAMBA_PIDL_LIST('PIDL', audiosrv.idl dfsblobs.idl dsbackup.idl eventlog.idl file_id.idl keysvc.idl msgsvc.idl ntsvcs.idl remact.idl security.idl smb_acl.idl unixinfo.idl wzcsvc.idl browser.idl dfs.idl dssetup.idl frsapi.idl krb5pac.idl - named_pipe_auth.idl orpc.idl rot.idl spoolss.idl w32time.idl xattr.idl + named_pipe_auth.idl orpc.idl rot.idl spoolss.idl w32time.idl dbgidl.idl dnsserver.idl echo.idl frsrpc.idl lsa.idl nbt.idl dns.idl oxidresolver.idl samr.idl server_id.idl srvsvc.idl winreg.idl dcerpc.idl drsblobs.idl efs.idl frstrans.idl mgmt.idl netlogon.idl @@ -24,7 +24,7 @@ bld.SAMBA_PIDL_LIST('PIDL', output_dir='../gen_ndr') bld.SAMBA_PIDL_LIST('PIDL', - 'idmap.idl messaging.idl', + 'idmap.idl messaging.idl xattr.idl', options='--header --ndr-parser --client --python', output_dir='../gen_ndr') diff --git a/librpc/idl/xattr.idl b/librpc/idl/xattr.idl index 0098b89afa5..38d32fd85b1 100644 --- a/librpc/idl/xattr.idl +++ b/librpc/idl/xattr.idl @@ -11,7 +11,6 @@ import "security.idl"; [ - uuid("12345778-1234-abcd-0001-00000002"), version(0.0), helper("../librpc/ndr/ndr_xattr.h"), pyhelper("librpc/ndr/py_xattr.c"), @@ -105,10 +104,6 @@ interface xattr [switch_is(version)] xattr_DosInfo info; } xattr_DOSATTRIB; - void xattr_parse_DOSATTRIB( - [in] xattr_DOSATTRIB x - ); - /* we store DOS style extended attributes in a DosEAs xattr */ const char *XATTR_DOSEAS_NAME = "user.DosEAs"; -- cgit v1.2.1