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/kash/shinstance.h

    r2498 r2546  
    445445#else
    446446#   include <sys/wait.h>
     447#   ifdef __HAIKU__
     448#       define WCOREDUMP(x) (0) /** @todo check the haiku headers and see if this information is available or not... */
     449#   endif
    447450#endif
    448451pid_t sh_fork(shinstance *);
Note: See TracChangeset for help on using the changeset viewer.