From 9e7aa2fa6aeea0aff1163461f38728bf9396ef3e Mon Sep 17 00:00:00 2001 From: Gerald Carter Date: Mon, 24 Oct 2005 14:11:16 +0000 Subject: r11275: patch from Chris to remove the empty struct in libmsrpc.h (fix build with Sun compiler) (This used to be commit dd28582efbacd02c4134298be000cd2338c822ad) --- source3/include/libmsrpc.h | 4 ---- 1 file changed, 4 deletions(-) (limited to 'source3/include/libmsrpc.h') 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; }; /** -- cgit