]> git.michaelhowe.org Git - packages/o/openafs.git/commitdiff
STABLE14-rx-osi_alloc-prototype-20051214
authorRainer Toebbicke <rtb@pclella.cern.ch>
Thu, 15 Dec 2005 05:57:12 +0000 (05:57 +0000)
committerJeffrey Altman <jaltman@secure-endpoints.com>
Thu, 15 Dec 2005 05:57:12 +0000 (05:57 +0000)
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)

src/rx/xdr_refernce.c

index ea3e60d17f2fb9ef1864ceaed768eef2376a2d47..9145eb6723a42dc2ea9ab1571066918c586ee556 100644 (file)
@@ -28,6 +28,7 @@
  */
 #include <afsconfig.h>
 #include <afs/param.h>
+#include "rx.h"
 
 RCSID
     ("$Header$");