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

aix compiler hates // style comments

src/vol/vol-salvage.c

index ee9b8f13566f909cd61bb39363a842a60ecb5140..1b5a70f86a70edf1974b59ae2a10b01664cd1124 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) {