From dce4cd552a7327d58f0266a92ee19be3458f7355 Mon Sep 17 00:00:00 2001 From: Derrick Brashear Date: Tue, 9 Dec 2008 17:05:11 +0000 Subject: [PATCH] DEVEL15-eliminate-cplusplus-style-comments-20081209 LICENSE IPL10 aix compiler hates // style comments (cherry picked from commit 1f9467f9b7e3d6bc49267a32a7e2238c6d829ef0) --- src/vol/vol-salvage.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) { -- 2.39.5