From: Chas Williams Date: Mon, 8 Aug 2005 16:01:40 +0000 (+0000) Subject: STABLE14-linux-panic-20050727 X-Git-Tag: openafs-devel-1_3_87~4 X-Git-Url: https://git.michaelhowe.org/gitweb/?a=commitdiff_plain;h=d2ee942554115f6d56f94f59486c56873ee24d8d;p=packages%2Fo%2Fopenafs.git STABLE14-linux-panic-20050727 FIXES 20392 call BUG() instead --- diff --git a/src/rx/rx_kcommon.c b/src/rx/rx_kcommon.c index 31c65ad97..b469bac68 100644 --- a/src/rx/rx_kcommon.c +++ b/src/rx/rx_kcommon.c @@ -127,7 +127,11 @@ osi_Panic(msg, a1, a2, a3) msg = "Unknown AFS panic"; printf(msg, a1, a2, a3); +#ifdef AFS_LINUX24_ENV + BUG(); +#else panic(msg); +#endif } /*