VirtualBox

Changeset 1173 in kBuild for trunk/src/kmk/read.c


Ignore:
Timestamp:
Oct 1, 2007 5:31:06 AM (17 years ago)
Author:
bird
Message:

oops.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/kmk/read.c

    r1172 r1173  
    498498    {
    499499      int err = errno;
    500       if (!file_exists_p (name))
     500      if (err == ENOENT || !file_exists_p (name))
    501501        return;
    502       error (f, "%s: %s", name, strerror (errno));
     502      error (f, "%s: %s", name, strerror (err));
    503503      return;
    504504    }
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette