From 428d9f7c610dd465fe026f58b464979e5e1453d9 Mon Sep 17 00:00:00 2001 From: Andrew Tridgell Date: Thu, 28 Oct 2004 13:41:35 +0000 Subject: r3325: missed one of the torture changes ... (This used to be commit 1629b593c6ad5a6c0a7dc0cd7588d979db887286) --- source4/torture/nbench/nbio.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source4/torture/nbench') diff --git a/source4/torture/nbench/nbio.c b/source4/torture/nbench/nbio.c index 35147c6de9..9e4a08eea4 100644 --- a/source4/torture/nbench/nbio.c +++ b/source4/torture/nbench/nbio.c @@ -61,7 +61,7 @@ void nb_warmup_done(void) } -void nb_alarm(void) +void nb_alarm(int sig) { int i; int lines=0, num_clients=0; -- cgit