From: Derrick Brashear Date: Tue, 9 Dec 2008 17:05:11 +0000 (+0000) Subject: DEVEL15-eliminate-cplusplus-style-comments-20081209 X-Git-Tag: openafs-devel-1_5_56~39 X-Git-Url: https://git.michaelhowe.org/gitweb/?a=commitdiff_plain;h=dce4cd552a7327d58f0266a92ee19be3458f7355;p=packages%2Fo%2Fopenafs.git DEVEL15-eliminate-cplusplus-style-comments-20081209 LICENSE IPL10 aix compiler hates // style comments (cherry picked from commit 1f9467f9b7e3d6bc49267a32a7e2238c6d829ef0) --- diff --git a/src/vol/vol-salvage.c b/src/vol/vol-salvage.c index f593920e9..26d1d61e9 100644 --- a/src/vol/vol-salvage.c +++ b/src/vol/vol-salvage.c @@ -3551,7 +3551,7 @@ void RemoveTheForce(char *path) { char target[1024]; - struct afs_stat force; // so we can use afs_stat to find it + struct afs_stat force; /* so we can use afs_stat to find it */ strcpy(target,path); strcat(target,"/FORCESALVAGE"); if (!Testing && ForceSalvage) {