From 977674dfb0470de693e5e7700c614c3b68317efa Mon Sep 17 00:00:00 2001 From: Jeffrey Altman Date: Wed, 25 Mar 2009 01:15:20 +0000 Subject: [PATCH] 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. --- src/volser/volint.xg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; -- 2.39.5