OpenAFS CVS Commit: openafs/src/lwp by shadow

cvs@GRAND.CENTRAL.ORG cvs@GRAND.CENTRAL.ORG
Sat, 19 Jan 2002 04:25:20 EST


Update of /cvs/openafs/src/lwp
In directory GRAND.CENTRAL.ORG:/data/sb/openafs/src/lwp

Modified Files:
	lwp.c preempt.c rw.c 
Log Message:
DELTA alpha-cleanup-20020119
AUTHOR lha@e.kth.se

make alpha AFS_64BIT_ENV
Avoid warning by not passing data inside a pointer in the test program rw.

Provide compatibility symbols for those w/o preempt hack so its possible to
link test program `rw'.

When comparing to lwp_cpptr->statcheck, cast to int, since that is the type
of lwp_cpptr->statcheck. It may be the case that sizeof(int) !=
sizeof(afs_int32), but then other things will break too.

clean tests with -f


--- DELTA config follows ---
alpha-cleanup-20020119 openafs/src/lwp/lwp.c 1.16 1.17
alpha-cleanup-20020119 openafs/src/lwp/preempt.c 1.11 1.12
alpha-cleanup-20020119 openafs/src/lwp/rw.c 1.4 1.5