OpenAFS CVS Commit: openafs/src/WINNT/afsd by jaltman

cvs@GRAND.CENTRAL.ORG cvs@GRAND.CENTRAL.ORG
Sat, 19 Jun 2004 12:00:13 EDT


Update of /cvs/openafs/src/WINNT/afsd
In directory GRAND.CENTRAL.ORG:/home/jaltman/openafs/cvs-tree/src/WINNT/afsd

Modified Files:
	cm_ioctl.c cm_ioctl.h cm_vnodeops.c fs.c 
Log Message:
DELTA fs-sysname-20040619
AUTHOR jaltman@mit.edu

Begin the process of supporting multiple sysnames on Windows as is
done on Unix.  These changes replace the internal variable with a list
of sysnames.  

Still to do:  change command line interface to allow entry of multiple
names; and replace cm_ExpandSysName() with code similar to Unix which
allows expansion of one element in the list at a time.



--- DELTA config follows ---
fs-sysname-20040619 openafs/src/WINNT/afsd/cm_ioctl.c 1.26 1.27
fs-sysname-20040619 openafs/src/WINNT/afsd/cm_ioctl.h 1.7 1.8
fs-sysname-20040619 openafs/src/WINNT/afsd/cm_vnodeops.c 1.13 1.14
fs-sysname-20040619 openafs/src/WINNT/afsd/fs.c 1.14 1.15