From 82fc110302a7f1b7e7971285777658bdce3735ac Mon Sep 17 00:00:00 2001 From: Jeffrey Altman Date: Fri, 3 Oct 2008 15:31:59 +0000 Subject: [PATCH] rx-vaargs-20081003 LICENSE MIT define va_list ap where it will be defined on all platforms --- src/rx/rx.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/rx/rx.c b/src/rx/rx.c index 6163c44d9..8647a470f 100644 --- a/src/rx/rx.c +++ b/src/rx/rx.c @@ -6337,6 +6337,7 @@ rx_DebugOnOff(int on) void rxi_DebugPrint(char *format, ...) { + va_list ap; #ifdef AFS_NT40_ENV char msg[512]; char tformat[256]; @@ -6357,7 +6358,6 @@ rxi_DebugPrint(char *format, ...) va_end(ap); #else struct clock now; - va_list ap; va_start(ap, format); -- 2.39.5