summaryrefslogtreecommitdiff
path: root/lib/tevent
diff options
context:
space:
mode:
authorGünther Deschner <gd@samba.org>2009-08-24 14:27:13 +0200
committerKarolin Seeger <kseeger@samba.org>2009-09-09 12:45:06 +0200
commit3dbdc27d14f159aa0db16615924a91efb960d951 (patch)
treeac2e09c8c3cc316f1689c62b8d33ed805f8fc53e /lib/tevent
parent8913575e96a562c2fe155610b18d11dc9b389d8c (diff)
downloadsamba-3dbdc27d14f159aa0db16615924a91efb960d951.tar.gz
tevent: avoid using reserved c++ word.
Guenther (cherry picked from commit 965a079535bd11a7870d45991a0d0628d6579b3b) (cherry picked from commit c78d2a86f7410b6e09d0c326233e06f09dfc6ddb)
Diffstat (limited to 'lib/tevent')
-rw-r--r--lib/tevent/tevent_signal.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/tevent/tevent_signal.c b/lib/tevent/tevent_signal.c
index 27e862453ae..f07de83a5ec 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;