From: Derrick Brashear Date: Wed, 3 Mar 2010 16:25:18 +0000 (-0500) Subject: remove the force.. comments X-Git-Tag: openafs-stable-1_4_12~6 X-Git-Url: https://git.michaelhowe.org/gitweb/?a=commitdiff_plain;h=05da4f4c0fd6db61a4b7666a21e974c8147a1f7d;p=packages%2Fo%2Fopenafs.git remove the force.. comments we're not c++; don't use c++ comments. Change-Id: I4bb68c61bacefe41c6fd367fd6f0dadb0bc64886 Reviewed-on: http://gerrit.openafs.org/1508 Tested-by: Derrick Brashear Reviewed-by: Derrick Brashear --- diff --git a/src/vol/vol-salvage.c b/src/vol/vol-salvage.c index abf589b0a..c1cb2fb05 100644 --- a/src/vol/vol-salvage.c +++ b/src/vol/vol-salvage.c @@ -4099,7 +4099,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) {