]> git.michaelhowe.org Git - packages/o/openafs.git/commitdiff
osi-panic-revert-to-kandr-20060126
authorTom Keiser <tkeiser@gmail.com>
Thu, 26 Jan 2006 20:34:50 +0000 (20:34 +0000)
committerDerrick Brashear <shadow@dementia.org>
Thu, 26 Jan 2006 20:34:50 +0000 (20:34 +0000)
FIXES 25924

avoid prototype issue for now

src/rx/rx_user.c

index 7b1134b036663560417cedab45bf0a9a2a35a28a..c88c32f39a6e77c965084b4cdad75ed41b92fcb4 100644 (file)
@@ -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);