From a6a330b360ace80d6a1083577a5e46356f0e229b Mon Sep 17 00:00:00 2001 From: Tom Keiser Date: Thu, 26 Jan 2006 20:34:50 +0000 Subject: [PATCH] osi-panic-revert-to-kandr-20060126 FIXES 25924 avoid prototype issue for now --- src/rx/rx_user.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/rx/rx_user.c b/src/rx/rx_user.c index 7b1134b03..c88c32f39 100644 --- a/src/rx/rx_user.c +++ b/src/rx/rx_user.c @@ -213,7 +213,8 @@ rxi_GetUDPSocket(u_short port) } void -osi_Panic(char *msg, int a1, int a2, int a3) +osi_Panic(msg, a1, a2, a3) + char *msg; { (osi_Msg "Fatal Rx error: "); (osi_Msg msg, a1, a2, a3); -- 2.39.5