OpenAFS CVS Commit: openafs/src/afs by kolya

cvs@GRAND.CENTRAL.ORG cvs@GRAND.CENTRAL.ORG
Sat, 28 Dec 2002 00:17:08 EST


Update of /cvs/openafs/src/afs
In directory GRAND.CENTRAL.ORG:/data/tmp/kolya/openafs/src/afs

Modified Files:
	afs_dcache.c afs_memcache.c afs_prototypes.h 
Log Message:

DELTA large-memcache-support-20021227
AUTHOR kolya@mit.edu

Avoid using afs_int64's, because this leads to gcc generating calls to
libgcc functions on Linux (which we don't have in the kernel).  Instead
be slightly more clever to achieve the same result.


--- DELTA config follows ---
large-memcache-support-20021227 openafs/src/afs/afs_dcache.c 1.35 1.36
large-memcache-support-20021227 openafs/src/afs/afs_memcache.c 1.12 1.13
large-memcache-support-20021227 openafs/src/afs/afs_prototypes.h 1.29 1.30