~ubuntu-branches/debian/lenny/ccache/lenny

« back to all changes in this revision

Viewing changes to unify.c

  • Committer: Bazaar Package Importer
  • Author(s): Francois Marier
  • Date: 2005-06-26 13:33:19 UTC
  • mto: (2.1.1 breezy)
  • mto: This revision was merged to the branch mainline in revision 3.
  • Revision ID: james.westby@ubuntu.com-20050626133319-pcu2jrgcmep18yai
Tags: upstream-2.4
ImportĀ upstreamĀ versionĀ 2.4

Show diffs side-by-side

added added

removed removed

Lines of Context:
242
242
        struct stat st; 
243
243
        char *map;
244
244
 
245
 
        fd = open(fname, O_RDONLY);
 
245
        fd = open(fname, O_RDONLY|O_BINARY);
246
246
        if (fd == -1 || fstat(fd, &st) != 0) {
247
247
                cc_log("Failed to open preprocessor output %s\n", fname);
248
248
                stats_update(STATS_PREPROCESSOR);