[pcre-dev] [Bug 1125] New: pcretest: no -S support on Minix

Top Page
Delete this message
Author: Thomas Cort
Date:  
To: pcre-dev
Subject: [pcre-dev] [Bug 1125] New: pcretest: no -S support on Minix
------- You are receiving this mail because: -------
You are on the CC list for the bug.

http://bugs.exim.org/show_bug.cgi?id=1125
           Summary: pcretest: no -S support on Minix
           Product: PCRE
           Version: 8.12
          Platform: x86
        OS/Version: All
            Status: NEW
          Severity: bug
          Priority: medium
         Component: Code
        AssignedTo: ph10@???
        ReportedBy: tcort@???
                CC: pcre-dev@???



Created an attachment (id=488)
--> (http://bugs.exim.org/attachment.cgi?id=488)
Add __minix to OS list not supporting the -S option

pcre doesn't compile on Minix 3.2.0 because setrlimit(2) is used in pcretest.c
and Minix doesn't have setrlimit(2).

The attached patch adds __minix to the #ifdef list of operating systems that
don't support the -S option.


--
Configure bugmail: http://bugs.exim.org/userprefs.cgi?tab=email