From 415f772e0cc1c9a7c937f84bb7fe02a78a87345a Mon Sep 17 00:00:00 2001 From: Chas Williams Date: Wed, 27 Jul 2005 19:17:46 +0000 Subject: [PATCH] STABLE14-linux-panic-20050727 FIXES 20392 just call panic() on linux --- src/rx/rx_kcommon.c | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/rx/rx_kcommon.c b/src/rx/rx_kcommon.c index 34c7c0379..31c65ad97 100644 --- a/src/rx/rx_kcommon.c +++ b/src/rx/rx_kcommon.c @@ -127,11 +127,7 @@ osi_Panic(msg, a1, a2, a3) msg = "Unknown AFS panic"; printf(msg, a1, a2, a3); -#ifdef AFS_LINUX20_ENV - *((char *)0xffffffff) = 42; -#else panic(msg); -#endif } /* -- 2.39.5