From: Derrick Brashear Date: Tue, 9 Dec 2008 17:04:45 +0000 (+0000) Subject: eliminate-cplusplus-style-comments-20081209 X-Git-Tag: openafs-devel-1_5_61~669 X-Git-Url: https://git.michaelhowe.org/gitweb/?a=commitdiff_plain;h=1f9467f9b7e3d6bc49267a32a7e2238c6d829ef0;p=packages%2Fo%2Fopenafs.git eliminate-cplusplus-style-comments-20081209 LICENSE IPL10 aix compiler hates // style comments --- diff --git a/src/vol/vol-salvage.c b/src/vol/vol-salvage.c index ee9b8f135..1b5a70f86 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) {