volser-new-is-special-20090324
authorJeffrey Altman <jaltman@secure-endpoints.com>
Wed, 25 Mar 2009 01:15:20 +0000 (01:15 +0000)
committerJeffrey Altman <jaltman@secure-endpoints.com>
Wed, 25 Mar 2009 01:15:20 +0000 (01:15 +0000)
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.

src/volser/volint.xg

index 9ce8b6f..d7b979e 100644 (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;