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

    r557 r809  
    6565#include "err.h"
    6666#include <errno.h>
    67 #ifndef _MSC_VER
    6867#include <fts.h>
    69 #endif
    7068#include <limits.h>
    7169#include <signal.h>
     
    7371#include <stdlib.h>
    7472#include <string.h>
    75 #ifndef _MSC_VER
    7673#include <unistd.h>
    77 #else
    78 #include "mscfakes.h"
    79 #include "ftsfake.h"
     74
     75#ifdef _MSC_VER
     76# include "mscfakes.h"
    8077#endif
    8178
     
    471468                                if (copy_file(curr, dne))
    472469                                        badcp = rval = 1;
    473                         } else {       
     470                        } else {
    474471                                if (copy_link(curr, !dne))
    475472                                        badcp = rval = 1;
Note: See TracChangeset for help on using the changeset viewer.