OpenAFS CVS Commit: openafs/src/volser by shadow

cvs@GRAND.CENTRAL.ORG cvs@GRAND.CENTRAL.ORG
Mon, 17 Sep 2001 15:43:06 EDT


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

Modified Files:
	common.c dumpstuff.c lockprocs.c volprocs.c vos.c vsprocs.c 
	vsutils.c 
Log Message:
DELTA misc-build-cleanup-20010917
AUTHOR wcw@cmu.edu

1) Removal of unused variables
2) some NT ifdef cleanup
3) use of size_t rather than int to store the result of strlen()
4) some bugs that really only occured when errors occured. 
5) some functions were implicitly declared as 'int' but doing a 
   "return;" Some I declared as 'void' and prototyped them; some I
   just returned a value.


--- DELTA config follows ---
misc-build-cleanup-20010917 openafs/src/volser/common.c 1.4 1.5
misc-build-cleanup-20010917 openafs/src/volser/dumpstuff.c 1.6 1.7
misc-build-cleanup-20010917 openafs/src/volser/lockprocs.c 1.4 1.5
misc-build-cleanup-20010917 openafs/src/volser/volprocs.c 1.6 1.7
misc-build-cleanup-20010917 openafs/src/volser/vos.c 1.8 1.9
misc-build-cleanup-20010917 openafs/src/volser/vsprocs.c 1.6 1.7
misc-build-cleanup-20010917 openafs/src/volser/vsutils.c 1.7 1.8