From: Tom Keiser Date: Thu, 26 Jan 2006 20:34:50 +0000 (+0000) Subject: osi-panic-revert-to-kandr-20060126 X-Git-Tag: openafs-devel-1_5_0~63 X-Git-Url: https://git.michaelhowe.org/gitweb/?a=commitdiff_plain;h=a6a330b360ace80d6a1083577a5e46356f0e229b;p=packages%2Fo%2Fopenafs.git osi-panic-revert-to-kandr-20060126 FIXES 25924 avoid prototype issue for now --- 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);