OpenAFS CVS Commit: openafs/src/ubik by jaltman

cvs@GRAND.CENTRAL.ORG cvs@GRAND.CENTRAL.ORG
Mon, 28 Apr 2008 11:18:53 EDT


Update of /cvs/openafs/src/ubik
In directory GRAND.CENTRAL.ORG:/home/jaltman/openafs/cvs-head/src/ubik

Modified Files:
	udebug.c 
Log Message:
DELTA udebug-64bit-time_t-vs-printf-20080428
AUTHOR jaltman@secure-endpoints.com
LICENSE MIT

64-bit time_t values cannot be passed to printf() for evaluation
by a %d variable.  To avoid the problem we cast the value to int.



--- DELTA config follows ---
udebug-64bit-time_t-vs-printf-20080428 openafs/src/ubik/udebug.c 1.20 1.21