Ignore:
Timestamp:
Mar 7, 2022, 7:07:37 PM (3 years ago)
Author:
katerina
Message:

Fix for ticket #462 (compile issues on MacOS).

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/sh_restrict.c

    r484 r574  
    604604  CuAssertPtrNotNull(tc, sh_restrict_list);
    605605
    606 #if !defined(HOST_IS_CYGWIN)
     606#if !defined(HOST_IS_CYGWIN) && !defined(HOST_IS_DARWIN)
    607607  res = sh_restrict_this("/bin/sh", 1000, 0755, fd);
    608608  CuAssertIntEquals(tc,1,res);
Note: See TracChangeset for help on using the changeset viewer.