patch from Chris to remove the empty struct in libmsrpc.h (fix build with Sun compiler)
authorjerry <jerry@0c0555d6-39d7-0310-84fc-f1cc0bd64818>
Mon, 24 Oct 2005 14:11:16 +0000 (14:11 +0000)
committerjerry <jerry@0c0555d6-39d7-0310-84fc-f1cc0bd64818>
Mon, 24 Oct 2005 14:11:16 +0000 (14:11 +0000)
git-svn-id: svn+ssh://svn.samba.org/data/svn/samba/branches/SAMBA_3_0@11275 0c0555d6-39d7-0310-84fc-f1cc0bd64818

source/include/libmsrpc.h

index 274136537306be8d6e84968cfa576016d6fe72c1..9fbd57a8d3202374f61049fca510e82413bb3b7c 100644 (file)
@@ -999,8 +999,6 @@ struct LsaRemovePrivileges {
 
    } in;
 
-   struct {
-   } out;
 };
 
 /** 
@@ -1025,8 +1023,6 @@ struct LsaClearPrivileges {
       char *name;
    } in;
 
-   struct {
-   } out;
 };
 
 /**