1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-23 17:34:34 +03:00

r11275: patch from Chris to remove the empty struct in libmsrpc.h (fix build with Sun compiler)

(This used to be commit dd28582efb)
This commit is contained in:
Gerald Carter 2005-10-24 14:11:16 +00:00 committed by Gerald (Jerry) Carter
parent 536900743d
commit 9e7aa2fa6a

View File

@ -999,8 +999,6 @@ struct LsaRemovePrivileges {
} in;
struct {
} out;
};
/**
@ -1025,8 +1023,6 @@ struct LsaClearPrivileges {
char *name;
} in;
struct {
} out;
};
/**