summaryrefslogtreecommitdiffstats
path: root/source
diff options
context:
space:
mode:
authorGerald Carter <jerry@samba.org>2005-10-24 14:11:16 +0000
committerGerald Carter <jerry@samba.org>2005-10-24 14:11:16 +0000
commitb4d0575c94d1f44768d2e2d89562b129156e2474 (patch)
tree743c2f8941561acb637b9e7e0cd759bca3b6f63e /source
parent8b933595cc48d9b716822a63118d94d9b54ea83b (diff)
downloadsamba-b4d0575c94d1f44768d2e2d89562b129156e2474.tar.gz
samba-b4d0575c94d1f44768d2e2d89562b129156e2474.tar.xz
samba-b4d0575c94d1f44768d2e2d89562b129156e2474.zip
r11275: patch from Chris to remove the empty struct in libmsrpc.h (fix build with Sun compiler)
Diffstat (limited to 'source')
-rw-r--r--source/include/libmsrpc.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/source/include/libmsrpc.h b/source/include/libmsrpc.h
index 27413653730..9fbd57a8d32 100644
--- a/source/include/libmsrpc.h
+++ b/source/include/libmsrpc.h
@@ -999,8 +999,6 @@ struct LsaRemovePrivileges {
} in;
- struct {
- } out;
};
/**
@@ -1025,8 +1023,6 @@ struct LsaClearPrivileges {
char *name;
} in;
- struct {
- } out;
};
/**