~ubuntu-branches/debian/stretch/ccache/stretch

« back to all changes in this revision

Viewing changes to cleanup.c

  • Committer: Package Import Robot
  • Author(s): Joel Rosdahl
  • Date: 2015-08-16 15:45:28 UTC
  • mto: This revision was merged to the branch mainline in revision 22.
  • Revision ID: package-import@ubuntu.com-20150816154528-kptqqpx9pezio0yn
Tags: upstream-3.2.3
ImportĀ upstreamĀ versionĀ 3.2.3

Show diffs side-by-side

added added

removed removed

Lines of Context:
68
68
        }
69
69
 
70
70
        if (str_startswith(p, ".nfs")) {
71
 
                /* Ignore temporary NFS files that may be left for open but deleted files. */
 
71
                /* Ignore temporary NFS files that may be left for open but deleted
 
72
                 * files. */
72
73
                goto out;
73
74
        }
74
75