1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-15 23:24:37 +03:00

A struct must contain at least one declaration according to C99, but

gcc allows it to be empty.  Should fix miscellaneous breakage on
the compile farm.
(This used to be commit b92d57f784fb43e420cf65b9392d175ad4483f28)
This commit is contained in:
Tim Potter 2003-04-15 02:47:01 +00:00
parent 351ffdef4d
commit c34e823fe4

View 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