VirtualBox

Changeset 809 in kBuild for trunk/src/gmake/kmkbuiltin/mv.c


Ignore:
Timestamp:
Jan 29, 2007 5:54:36 AM (18 years ago)
Author:
bird
Message:

Solaris + cleanup.

File:
1 edited

Legend:

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

    r714 r809  
    4949#include <sys/types.h>
    5050#ifndef _MSC_VER
    51 #ifndef __OS2__
    52 #include <sys/acl.h>
    53 #endif
    54 #include <sys/param.h>
    55 #include <sys/time.h>
    56 #include <sys/wait.h>
    57 #include <sys/mount.h>
     51# ifndef __OS2__
     52#  include <sys/acl.h>
     53# endif
     54# include <sys/param.h>
     55# include <sys/time.h>
     56# include <sys/wait.h>
     57# include <sys/mount.h>
    5858#endif
    5959#include <sys/stat.h>
     
    6262#include <errno.h>
    6363#include <fcntl.h>
    64 #ifndef _MSC_VER
    6564#include <grp.h>
    66 #endif
    6765#include <limits.h>
    68 #ifndef _MSC_VER
    6966#include <paths.h>
    7067#include <pwd.h>
    71 #endif
    7268#include <stdio.h>
    7369#include <stdlib.h>
    7470#include <string.h>
    75 #ifndef _MSC_VER
    7671#include <sysexits.h>
    7772#include <unistd.h>
    78 #else
    79 #include "mscfakes.h"
     73
     74#ifdef __sun__
     75# include "solfakes.h"
     76#endif
     77#ifdef _MSC_VER
     78# include "mscfakes.h"
    8079#endif
    8180
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