From 965a079535bd11a7870d45991a0d0628d6579b3b Mon Sep 17 00:00:00 2001 From: =?utf8?q?G=C3=BCnther=20Deschner?= Date: Mon, 24 Aug 2009 14:27:13 +0200 Subject: [PATCH] tevent: avoid using reserved c++ word. Guenther --- lib/tevent/tevent_signal.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/tevent/tevent_signal.c b/lib/tevent/tevent_signal.c index 27e862453ae3..f07de83a5ec4 100644 --- a/lib/tevent/tevent_signal.c +++ b/lib/tevent/tevent_signal.c @@ -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; -- 2.34.1