Ignore:
Timestamp:
May 11, 2011, 9:34:15 PM (13 years ago)
Author:
katerina
Message:

Fix for ticket #250: Compile error if option --enable-udp is used

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/sh_restrict.c

    r310 r341  
    591591  CuAssertPtrNotNull(tc, sh_restrict_list);
    592592
     593#if !defined(HOST_IS_CYGWIN)
    593594  res = sh_restrict_this("/bin/sh", 1000, 0755, fd);
    594595  CuAssertIntEquals(tc,1,res);
     596#endif
    595597
    596598  sl_close(fd);
Note: See TracChangeset for help on using the changeset viewer.