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

    r2466 r2546  
    5454#include <stdlib.h>
    5555#include <string.h>
    56 #include <sysexits.h>
     56#ifndef __HAIKU__
     57# include <sysexits.h>
     58#endif
    5759#include <unistd.h>
    5860#ifdef HAVE_ALLOCA_H
     
    6062#endif
    6163#include "getopt.h"
     64#ifdef __HAIKU__
     65# include "haikufakes.h"
     66#endif
    6267#ifdef _MSC_VER
    6368# include <malloc.h>
Note: See TracChangeset for help on using the changeset viewer.