]> git.michaelhowe.org Git - packages/o/openafs.git/commitdiff
DEVEL15-eliminate-cplusplus-style-comments-20081209
authorDerrick Brashear <shadow@dementia.org>
Tue, 9 Dec 2008 17:05:11 +0000 (17:05 +0000)
committerDerrick Brashear <shadow@dementia.org>
Tue, 9 Dec 2008 17:05:11 +0000 (17:05 +0000)
LICENSE IPL10

aix compiler hates // style comments

(cherry picked from commit 1f9467f9b7e3d6bc49267a32a7e2238c6d829ef0)

src/vol/vol-salvage.c

index f593920e98a08df98bd0a257c63a83dd39d4eb6a..26d1d61e92ae38a6c622d0f12eb3fe06338cc39b 100644 (file)
@@ -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) {