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:
parent
351ffdef4d
commit
c34e823fe4
@ -69,6 +69,7 @@ typedef struct echo_q_sink_data
|
||||
|
||||
typedef struct echo_r_sink_data
|
||||
{
|
||||
int dummy; /* unused */
|
||||
} ECHO_R_SINK_DATA;
|
||||
|
||||
#endif
|
||||
|
Loading…
x
Reference in New Issue
Block a user