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

Solaris + cleanup.

File:
1 edited

Legend:

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

    r758 r809  
    4848
    4949#ifndef _MSC_VER
    50 #include <sys/param.h>
    51 #ifdef USE_MMAP
    52 #include <sys/mman.h>
    53 #endif
    54 #include <sys/mount.h>
    55 #include <sys/wait.h>
    56 #include <sys/time.h>
    57 #endif
     50# include <sys/param.h>
     51# ifdef USE_MMAP
     52#  include <sys/mman.h>
     53# endif
     54# include <sys/mount.h>
     55# include <sys/wait.h>
     56# include <sys/time.h>
     57#endif /* !_MSC_VER */
    5858#include <sys/stat.h>
    5959
     
    6262#include <errno.h>
    6363#include <fcntl.h>
    64 #ifndef _MSC_VER
    6564#include <grp.h>
    6665#include <paths.h>
    6766#include <pwd.h>
    68 #endif
    6967#include <stdio.h>
    7068#include <stdlib.h>
    7169#include <string.h>
    72 #ifndef _MSC_VER
    7370#include <sysexits.h>
    7471#include <unistd.h>
    75 #else
    76 #include "mscfakes.h"
    77 #endif
    7872#if defined(__EMX__) || defined(_MSC_VER)
    7973# include <process.h>
     74#endif
     75
     76#ifdef __sun__
     77# include "solfakes.h"
     78#endif
     79#ifdef _MSC_VER
     80# include "mscfakes.h"
    8081#endif
    8182
Note: See TracChangeset for help on using the changeset viewer.