From 6794613924416dd542a1d54a9d692af396a0f0d9 Mon Sep 17 00:00:00 2001 From: Derrick Brashear Date: Tue, 9 Jun 2009 22:05:20 +0000 Subject: [PATCH] aix6-kernel-varargs-prototypes-ok-20090609 LICENSE IPL10 varargs style prototypes are ok in the aix6 kernel env --- src/rx/rx_prototypes.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/rx/rx_prototypes.h b/src/rx/rx_prototypes.h index 89b560042..9b114fe62 100644 --- a/src/rx/rx_prototypes.h +++ b/src/rx/rx_prototypes.h @@ -363,7 +363,7 @@ extern osi_socket rxi_GetHostUDPSocket(u_int host, u_short port); #define osi_Assert(expr) \ do { if (!(expr)) { osi_AssertFailK(#expr, __FILE__, __LINE__); BUG(); } } while (0) #else -#if defined(KERNEL) && defined(AFS_AIX_ENV) +#if defined(KERNEL) && (defined(AFS_AIX_ENV) && !defined(AFS_AIX61_ENV)) extern void osi_Panic(char *fmt, void *a1, void *a2, void *a3); #else extern void osi_Panic(char *fmt, ...); -- 2.39.5