Changeset 2423 for trunk/src/kash/eval.c


Ignore:
Timestamp:
Oct 18, 2010, 1:43:35 AM (15 years ago)
Author:
bird
Message:

kash: made the SHFILE_IN_USE mode work on unix (because openbsd has a very hackish pthread library).

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/kash/eval.c

    r2387 r2423  
    4545#include <sys/types.h>
    4646#ifdef HAVE_SYSCTL_H
     47# ifdef __OpenBSD__ /* joyful crap */
     48#  include <sys/param.h>
     49#  undef psh
     50# endif
    4751# include <sys/sysctl.h>
    4852#endif
Note: See TracChangeset for help on using the changeset viewer.