Ignore:
Timestamp:
Jan 7, 2019, 8:03:37 PM (6 years ago)
Author:
katerina
Message:

Fixes for tickets #431 (OpenBSD compatibility) and #432 (compiler warnings).

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/sh_processcheck.c

    r481 r539  
    787787  /* sched_getparam() is broken on solaris 10, may segfault in librt
    788788   */
    789 #if !defined(sun) && !defined(__sun) && !defined(__sun__)
     789#if !defined(sun) && !defined(__sun) && !defined(__sun__) && !defined(__OpenBSD__)
    790790#ifdef _POSIX_PRIORITY_SCHEDULING
    791791  if (0 == sched_getparam (pid, &p))
Note: See TracChangeset for help on using the changeset viewer.