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.
This commit is contained in:
Rainer Toebbicke 2005-12-15 05:55:10 +00:00 committed by Jeffrey Altman
parent 544dedb6ed
commit f75b0075a7

View File

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