~ubuntu-branches/ubuntu/precise/rpm/precise-proposed

« back to all changes in this revision

Viewing changes to lib/fs.c

  • Committer: Bazaar Package Importer
  • Author(s): Michal Čihař
  • Date: 2010-06-28 11:12:30 UTC
  • mfrom: (17.2.5 sid)
  • Revision ID: james.westby@ubuntu.com-20100628111230-8ggjjhgpvrnr3ybx
Tags: 4.8.1-5
Fix compilation on hurd and kfreebsd (Closes: #587366).

Show diffs side-by-side

added added

removed removed

Lines of Context:
316
316
            strcpy(buf,  sourceDir);
317
317
        }
318
318
 
319
 
        if (strcmp(lastDir, buf)) {
 
319
        if (!rstreq(lastDir, buf)) {
320
320
            strcpy(dirName, buf);
321
321
            chptr = dirName + strlen(dirName) - 1;
322
322
            while (stat(dirName, &sb)) {