volser-new-is-special-20090324

LICENSE IPL10

Do not permit the word "new" to be used for a field name as it is
special.  Our headers get pulled into C++ compilations.
This commit is contained in:
Jeffrey Altman 2009-03-25 01:15:20 +00:00
parent a523710780
commit 977674dfb0

View File

@ -446,7 +446,7 @@ proc PartitionInfo64(
proc SplitVolume (
IN afs_uint32 vid,
IN afs_uint32 new,
IN afs_uint32 newid,
IN afs_uint32 where,
IN afs_int32 verbose
) split = VOLSPLIT;