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

    r775 r809  
    5151#include "err.h"
    5252#include <errno.h>
    53 #ifndef _MSC_VER
    5453#include <inttypes.h>
    55 #endif
    5654#include <limits.h>
    5755#include <locale.h>
     
    6058#include <stdlib.h>
    6159#include <string.h>
    62 #ifndef _MSC_VER
    6360#include <unistd.h>
    64 #else
    65 #include "mscfakes.h"
     61
     62#ifdef __sun__
     63# include "solfakes.h"
     64#endif
     65#ifdef _MSC_VER
     66# include "mscfakes.h"
    6667#endif
    6768
Note: See TracChangeset for help on using the changeset viewer.