freebsd-ports/lang/python21/files/patch-Modules:Setup.dist
Jacques Vidrine 4a46e91cbf Backport fix for temporary file handling bug in os._execvpe() from
Python 2.2.2.

Not approved by:	tg (short timeout)
2002-11-14 16:52:24 +00:00

19 lines
688 B
Text

*** Modules/Setup.dist.orig Mon Nov 11 15:38:27 2002
--- Modules/Setup.dist Mon Nov 11 15:38:41 2002
***************
*** 162,168 ****
#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).
--- 162,168 ----
#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).