A struct must contain at least one declaration according to C99, but
authorTim Potter <tpot@samba.org>
Tue, 15 Apr 2003 02:47:01 +0000 (02:47 +0000)
committerTim Potter <tpot@samba.org>
Tue, 15 Apr 2003 02:47:01 +0000 (02:47 +0000)
gcc allows it to be empty.  Should fix miscellaneous breakage on
the compile farm.
(This used to be commit b92d57f784fb43e420cf65b9392d175ad4483f28)

source3/include/rpc_echo.h

index 8fa389cf569180095d341552a5082863715ed022..6b4ea6abfbad5bf99fa624907ba2808c7e004703 100644 (file)
@@ -69,6 +69,7 @@ typedef struct echo_q_sink_data
 
 typedef struct echo_r_sink_data
 {
+       int dummy;              /* unused */
 } ECHO_R_SINK_DATA;
 
 #endif