summaryrefslogtreecommitdiff
path: root/source3/include/libmsrpc.h
diff options
context:
space:
mode:
authorGerald Carter <jerry@samba.org>2005-10-24 14:11:16 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 11:05:10 -0500
commit9e7aa2fa6aeea0aff1163461f38728bf9396ef3e (patch)
tree32824145dca750a5fdaf7ca0464b5f9f24597ac5 /source3/include/libmsrpc.h
parent536900743df8a30c77482036dba9ea88b9eebf29 (diff)
downloadsamba-9e7aa2fa6aeea0aff1163461f38728bf9396ef3e.tar.gz
samba-9e7aa2fa6aeea0aff1163461f38728bf9396ef3e.tar.bz2
samba-9e7aa2fa6aeea0aff1163461f38728bf9396ef3e.zip
r11275: patch from Chris to remove the empty struct in libmsrpc.h (fix build with Sun compiler)
(This used to be commit dd28582efbacd02c4134298be000cd2338c822ad)
Diffstat (limited to 'source3/include/libmsrpc.h')
-rw-r--r--source3/include/libmsrpc.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/source3/include/libmsrpc.h b/source3/include/libmsrpc.h
index 2741365373..9fbd57a8d3 100644
--- a/source3/include/libmsrpc.h
+++ b/source3/include/libmsrpc.h
@@ -999,8 +999,6 @@ struct LsaRemovePrivileges {
} in;
- struct {
- } out;
};
/**
@@ -1025,8 +1023,6 @@ struct LsaClearPrivileges {
char *name;
} in;
- struct {
- } out;
};
/**