Patches item #786743, was opened at 2003-08-11 17:21 Message generated for change (Settings changed) made by loewis You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=305470&aid=786743&group_id=5470
Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: Build Group: Python 2.3 >Status: Closed >Resolution: Duplicate Priority: 5 Submitted By: Harald Koenig (hkoenig) Assigned to: Martin v. Löwis (loewis) Summary: Solaris 2.5.1 _SC_PAGESIZE vs. _SC_PAGE_SIZE Initial Comment: Modules/resource.c patch fixes a problem for Solaris 2.5.1 which doesn't define _SC_PAGE_SIZE but _SC_PAGESIZE in unistd.h. feel free to add a test to configure -- I won't touch configure myself (sorry:) ---------------------------------------------------------------------- >Comment By: Martin v. Löwis (loewis) Date: 2005-08-24 17:31 Message: Logged In: YES user_id=21627 This was added in resource.c 2.32, for Irix 5.3. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=305470&aid=786743&group_id=5470 _______________________________________________ Patches mailing list [email protected] http://mail.python.org/mailman/listinfo/patches
