1
0
mirror of https://github.com/samba-team/samba.git synced 2025-03-01 04:58:35 +03:00

tevent: avoid using reserved c++ word.

Guenther
This commit is contained in:
Günther Deschner 2009-08-24 14:27:13 +02:00
parent be9441ac3f
commit 965a079535

View File

@ -158,7 +158,7 @@ static int tevent_signal_destructor(struct tevent_signal *se)
this is part of the pipe hack needed to avoid the signal race condition
*/
static void signal_pipe_handler(struct tevent_context *ev, struct tevent_fd *fde,
uint16_t flags, void *private)
uint16_t flags, void *_private)
{
char c[16];
ssize_t res;