summaryrefslogtreecommitdiff
path: root/lang/python21/patches/patch-ai
blob: 0b0ea0ca2b8330177c4f9c0b4114b5b293ea5c7f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
$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).