VirtualBox

Changeset 371 in kBuild


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

Fixed linux bustage and ported install to linux.

Location:
trunk/src/gmake/kmkbuiltin
Files:
2 edited

Legend:

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

    r370 r371  
    6565#include "err.h"
    6666#include <errno.h>
    67 #ifdef DO_CP_TREE
     67#ifndef _MSC_VER
    6868#include <fts.h>
    69 #endif 
     69#endif
    7070#include <limits.h>
    7171#include <signal.h>
  • 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