Ignore:
Timestamp:
Oct 1, 2011, 9:49:54 PM (14 years ago)
Author:
bird
Message:

Applied modified patches for Haiku support from Mike Smith.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/kmk/kmkbuiltin/chmod.c

    r2466 r2546  
    5353#include <stdlib.h>
    5454#include <string.h>
    55 #ifdef _MSC_VER
     55#ifndef _MSC_VER
    5656# include <unistd.h>
    5757#else
     
    6060#ifdef __sun__
    6161# include "solfakes.h"
     62#endif
     63#ifdef __HAIKU__
     64# include "haikufakes.h"
    6265#endif
    6366#include "getopt.h"
Note: See TracChangeset for help on using the changeset viewer.