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

    r2421 r2546  
    5656# include <sys/time.h>
    5757# include <sys/wait.h>
    58 # include <sys/mount.h>
     58# ifndef __HAIKU__
     59#  include <sys/mount.h>
     60# endif
    5961#endif
    6062#include <sys/stat.h>
     
    7072#include <stdlib.h>
    7173#include <string.h>
    72 #include <sysexits.h>
     74#ifndef __HAIKU__
     75# include <sysexits.h>
     76#endif
    7377#include <unistd.h>
    7478#include "getopt.h"
    7579#ifdef __sun__
    7680# include "solfakes.h"
     81#endif
     82#ifdef __HAIKU__
     83# include "haikufakes.h"
    7784#endif
    7885#ifdef _MSC_VER
Note: See TracChangeset for help on using the changeset viewer.