From: Rainer Toebbicke Date: Thu, 15 Dec 2005 05:57:12 +0000 (+0000) Subject: STABLE14-rx-osi_alloc-prototype-20051214 X-Git-Tag: openafs-stable-1_4_1-rc3~18 X-Git-Url: https://git.michaelhowe.org/gitweb/?a=commitdiff_plain;h=98feefa7ab508748b180485d2b55a03ce4fff2ec;p=packages%2Fo%2Fopenafs.git STABLE14-rx-osi_alloc-prototype-20051214 FIXES 24267 include rx.h in order to safely include rx_prototypes.h in order to obtain a prototype for osi_Alloc() in order to prevent pointer truncation on systems with 64-bit pointers and 32-bit int. (cherry picked from commit f75b0075a79807eaae4e071ea4d0f3bd60d7f547) --- diff --git a/src/rx/xdr_refernce.c b/src/rx/xdr_refernce.c index ea3e60d17..9145eb672 100644 --- a/src/rx/xdr_refernce.c +++ b/src/rx/xdr_refernce.c @@ -28,6 +28,7 @@ */ #include #include +#include "rx.h" RCSID ("$Header$");