Index: src/cmd/dist/buildgc.c |
=================================================================== |
--- a/src/cmd/dist/buildgc.c |
+++ b/src/cmd/dist/buildgc.c |
@@ -55,7 +55,7 @@ |
bwritestr(&out, bprintf(&b, "};\n")); |
- writefile(&out, file); |
+ writefile(&out, file, 0); |
bfree(&in); |
bfree(&b); |
@@ -97,7 +97,7 @@ |
} |
} |
bwritestr(&out, "};\n"); |
- writefile(&out, file); |
+ writefile(&out, file, 0); |
bfree(&b); |
bfree(&in); |