From 2b96c3f5ced1c31f93a1319ac4147b917ede7a7a Mon Sep 17 00:00:00 2001 From: Gunter Knauf Date: Thu, 9 Apr 2009 02:46:56 +0000 Subject: [PATCH] add back most likely acciedently removed function name justtimeout to fix autobuild breaks. --- tests/server/tftpd.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/server/tftpd.c b/tests/server/tftpd.c index 0e82f5ff3..f64f5daf4 100644 --- a/tests/server/tftpd.c +++ b/tests/server/tftpd.c @@ -761,7 +761,7 @@ static void timer(int signum) #endif } -static void (int signum) +static void justtimeout(int signum) { (void)signum; }