irix can't have vprintf in the kernel
[openafs.git] / src / rx / rx_kcommon.c
index 92e60a8..b15cdea 100644 (file)
@@ -124,13 +124,13 @@ rxi_GetUDPSocket(u_short port)
 
 #if !defined(AFS_LINUX26_ENV)
 void
-#ifdef AFS_AIX_ENV
+#if defined(AFS_AIX_ENV) || defined(AFS_SGI_ENV)
 osi_Panic(char *msg, void *a1, void *a2, void *a3)
 #else
 osi_Panic(char *msg, ...)
 #endif
 {
-#ifdef AFS_AIX_ENV
+#if defined(AFS_AIX_ENV) || defined(AFS_SGI_ENV)
     if (!msg)
         msg = "Unknown AFS panic";
     printf(msg, a1, a2, a3);