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/rm.c

    r557 r809  
    4747#include <sys/stat.h>
    4848#ifndef _MSC_VER
    49 #include <sys/param.h>
    50 #include <sys/mount.h>
     49# include <sys/param.h>
     50# include <sys/mount.h>
    5151#endif
    5252
     
    5555#include <fcntl.h>
    5656#ifdef DO_RMTREE
    57 #include <fts.h>
    58 #endif
    59 #ifndef _MSC_VER
     57# include <fts.h>
     58#endif
    6059#include <grp.h>
    6160#include <pwd.h>
    62 #endif
    6361#include <stdio.h>
    6462#include <stdlib.h>
    6563#include <string.h>
    66 #ifndef _MSC_VER
    6764#include <sysexits.h>
    6865#include <unistd.h>
    69 #else
    70 #include "mscfakes.h"
     66
     67#ifdef __sun__
     68# include "getopt.h"
     69#endif
     70#ifdef _MSC_VER
     71# include "mscfakes.h"
    7172#endif
    7273
Note: See TracChangeset for help on using the changeset viewer.