From: Jeffrey Altman Date: Wed, 25 Mar 2009 01:15:20 +0000 (+0000) Subject: volser-new-is-special-20090324 X-Git-Tag: openafs-devel-1_5_61~381 X-Git-Url: https://git.michaelhowe.org/gitweb/?a=commitdiff_plain;h=977674dfb0470de693e5e7700c614c3b68317efa;p=packages%2Fo%2Fopenafs.git 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. --- diff --git a/src/volser/volint.xg b/src/volser/volint.xg index 9ce8b6f8f..d7b979e59 100644 --- a/src/volser/volint.xg +++ b/src/volser/volint.xg @@ -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;