tevent: avoid using reserved c++ word.
authorGünther Deschner <gd@samba.org>
Mon, 24 Aug 2009 12:27:13 +0000 (14:27 +0200)
committerGünther Deschner <gd@samba.org>
Mon, 24 Aug 2009 12:31:02 +0000 (14:31 +0200)
Guenther

lib/tevent/tevent_signal.c

index 27e862453ae3996ddb00a3ee741e079d956f817e..f07de83a5ec43aa518f2d4c9d6744dcc0d995a83 100644 (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;