summaryrefslogtreecommitdiff
path: root/lang/python21/patches/patch-bb
diff options
context:
space:
mode:
Diffstat (limited to 'lang/python21/patches/patch-bb')
-rw-r--r--lang/python21/patches/patch-bb10
1 files changed, 5 insertions, 5 deletions
diff --git a/lang/python21/patches/patch-bb b/lang/python21/patches/patch-bb
index 7d973f185bd..5ed33ad1199 100644
--- a/lang/python21/patches/patch-bb
+++ b/lang/python21/patches/patch-bb
@@ -1,13 +1,13 @@
-$NetBSD: patch-bb,v 1.2 2004/08/29 10:44:19 recht Exp $
+$NetBSD: patch-bb,v 1.3 2005/05/29 11:07:49 minskim Exp $
---- Lib/test/test_fcntl.py.orig 2001-04-11 22:58:20.000000000 +0200
-+++ Lib/test/test_fcntl.py 2004-08-28 12:12:17.000000000 +0200
-@@ -16,11 +16,11 @@
+--- Lib/test/test_fcntl.py.orig 2001-04-11 15:58:20.000000000 -0500
++++ Lib/test/test_fcntl.py
+@@ -16,11 +16,11 @@ rv = fcntl.fcntl(f.fileno(), FCNTL.F_SET
if verbose:
print 'Status from fnctl with O_NONBLOCK: ', rv
-if sys.platform in ('netbsd1', 'Darwin1.2', 'darwin1',
-+if sys.platform in ('netbsd1', 'netbsd2', 'Darwin1.2', 'darwin1',
++if sys.platform in ('netbsd1', 'netbsd2', 'netbsd3', 'Darwin1.2', 'darwin1',
'freebsd2', 'freebsd3', 'freebsd4', 'freebsd5',
'bsdos2', 'bsdos3', 'bsdos4',
'openbsd', 'openbsd2'):