svn commit: samba r11275 - branches/SAMBA_3_0/source/include trunk/source/include

jerry at samba.org jerry at samba.org
Mon Oct 24 14:11:17 GMT 2005


Author: jerry
Date: 2005-10-24 14:11:16 +0000 (Mon, 24 Oct 2005)
New Revision: 11275

WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=11275

Log:
patch from Chris to remove the empty struct in libmsrpc.h (fix build with Sun compiler)
Modified:
   branches/SAMBA_3_0/source/include/libmsrpc.h
   trunk/source/include/libmsrpc.h


Changeset:
Modified: branches/SAMBA_3_0/source/include/libmsrpc.h
===================================================================
--- branches/SAMBA_3_0/source/include/libmsrpc.h	2005-10-24 09:34:12 UTC (rev 11274)
+++ branches/SAMBA_3_0/source/include/libmsrpc.h	2005-10-24 14:11:16 UTC (rev 11275)
@@ -999,8 +999,6 @@
 
    } in;
 
-   struct {
-   } out;
 };
 
 /** 
@@ -1025,8 +1023,6 @@
       char *name;
    } in;
 
-   struct {
-   } out;
 };
 
 /** 

Modified: trunk/source/include/libmsrpc.h
===================================================================
--- trunk/source/include/libmsrpc.h	2005-10-24 09:34:12 UTC (rev 11274)
+++ trunk/source/include/libmsrpc.h	2005-10-24 14:11:16 UTC (rev 11275)
@@ -999,8 +999,6 @@
 
    } in;
 
-   struct {
-   } out;
 };
 
 /** 
@@ -1025,8 +1023,6 @@
       char *name;
    } in;
 
-   struct {
-   } out;
 };
 
 /** 



More information about the samba-cvs mailing list