OpenAFS CVS Commit: openafs/src/butm by jaltman

cvs@GRAND.CENTRAL.ORG cvs@GRAND.CENTRAL.ORG
Wed, 08 Sep 2004 17:35:52 EDT


Update of /cvs/openafs/src/butm
In directory GRAND.CENTRAL.ORG:/home/jaltman/openafs/cvs-1-3/src/butm

Modified Files:
	test_ftm.c 
Log Message:
DELTA time_t-pointer-conversions-20040908 
AUTHOR jaltman@mit.edu
FIXES 15169

Modify all parameters to functions which take a pointer to time_t
to actually provide a pointer to time_t instead of pointers to long,
afs_int32, afs_uint32, etc.

This is to provide compatibility with systems that use 64-bit time_t
typedefs such as the IBM compilers for AIX and the Microsoft Visual 
Studio 2005 compiler.

This patch does not address any of the issues of data loss caused
by converting 64-bit time_t to 32-bit signed or unsigned values.



--- DELTA config follows ---
time_t-pointer-conversions-20040908 openafs/src/butm/test_ftm.c 1.10 1.11