VirtualBox

Changeset 371 in kBuild for trunk/src/gmake/kmkbuiltin/install.c


Ignore:
Timestamp:
Dec 18, 2005 3:55:10 AM (19 years ago)
Author:
bird
Message:

Fixed linux bustage and ported install to linux.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/gmake/kmkbuiltin/install.c

    r370 r371  
    106106#endif
    107107
     108#ifndef EFTYPE
     109# define EFTYPE EINVAL
     110#endif
     111
    108112static gid_t gid;
    109113static uid_t uid;
     
    857861                        serrno = errno;
    858862                        (void)unlink(to_name);
    859                         errc(EX_SOFTWARE, serrno, "wait");
     863                        errno = serrno;
     864                        err(EX_SOFTWARE, "wait");
    860865                        /* NOTREACHED */
    861866                }
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