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

    r2543 r2546  
    5353#  include <sys/mman.h>
    5454# endif
    55 # include <sys/mount.h>
     55# ifndef __HAIKU__
     56#  include <sys/mount.h>
     57# endif
    5658# include <sys/wait.h>
    5759# include <sys/time.h>
     
    6971#include <stdlib.h>
    7072#include <string.h>
    71 #include <sysexits.h>
     73#ifndef __HAIKU__
     74# include <sysexits.h>
     75#endif
    7276#include <unistd.h>
    7377#if defined(__EMX__) || defined(_MSC_VER)
     
    8084#ifdef _MSC_VER
    8185# include "mscfakes.h"
     86#endif
     87#ifdef __HAIKU__
     88# include "haikufakes.h"
    8289#endif
    8390#include "kmkbuiltin.h"
Note: See TracChangeset for help on using the changeset viewer.