summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--librpc/idl/wscript_build4
-rw-r--r--librpc/idl/xattr.idl5
-rw-r--r--source4/librpc/wscript_build1
3 files changed, 2 insertions, 8 deletions
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";
diff --git a/source4/librpc/wscript_build b/source4/librpc/wscript_build
index 024e17682a6..1c3f8dedd15 100644
--- a/source4/librpc/wscript_build
+++ b/source4/librpc/wscript_build
@@ -93,7 +93,6 @@ bld.SAMBA_SUBSYSTEM('ndr-table',
NDR_TRKWKS
NDR_KEYSVC
ndr-krb5pac
- NDR_XATTR
NDR_SCHANNEL
NDR_ROT
NDR_DRSBLOBS