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

    r557 r809  
    4343
    4444#ifndef _MSC_VER
    45 #include <sys/param.h>
     45# include <sys/param.h>
    4646#endif
    4747#include <sys/stat.h>
     
    5353#include <stdlib.h>
    5454#include <string.h>
    55 #ifndef _MSC_VER
    5655#include <unistd.h>
    57 #else
    58 #include "mscfakes.h"
     56
     57#ifdef __sun__
     58# include "getopt.h"
     59#endif
     60#ifdef _MSC_VER
     61# include "mscfakes.h"
    5962#endif
    6063
Note: See TracChangeset for help on using the changeset viewer.