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

    r2466 r2546  
    4444#include "config.h"
    4545#include <sys/stat.h>
    46 #ifndef _MSC_VER
     46#if !defined(_MSC_VER) && !defined(__HAIKU__)
    4747# include <sys/param.h>
    4848# include <sys/mount.h>
     
    5858#include <stdlib.h>
    5959#include <string.h>
    60 #include <sysexits.h>
     60#ifndef __HAIKU__
     61# include <sysexits.h>
     62#endif
    6163#include <unistd.h>
    6264#include <ctype.h>
    6365#include "getopt.h"
     66#ifdef __HAIKU__
     67# include "haikufakes.h"
     68#endif
    6469#ifdef _MSC_VER
    6570# include "mscfakes.h"
Note: See TracChangeset for help on using the changeset viewer.