pkgsrc/lang/python21/patches/patch-ai

20 lines
752 B
Text

$NetBSD: patch-ai,v 1.1 2003/01/22 17:05:33 drochner Exp $
--- Modules/Setup.dist.orig Wed Jan 22 17:37:38 2003
+++ Modules/Setup.dist Wed Jan 22 17:39:03 2003
@@ -97,6 +97,7 @@
# setup.py script in the root of the Python source tree.
posix posixmodule.c # posix (UNIX) system calls
+errno errnomodule.c # posix (UNIX) errno values
_sre _sre.c # Fredrik Lundh's new regular expressions
# The rest of the modules listed in this file are all commented out by
@@ -162,7 +163,6 @@
#fcntl fcntlmodule.c # fcntl(2) and ioctl(2)
#pwd pwdmodule.c # pwd(3)
#grp grpmodule.c # grp(3)
-#errno errnomodule.c # posix (UNIX) errno values
#select selectmodule.c # select(2); not on ancient System V
# Memory-mapped files (also works on Win32).