summaryrefslogtreecommitdiff
path: root/lang/python27/files/patch-Lib-test-test_fcntl.py
diff options
context:
space:
mode:
authorLi-Wen Hsu <lwhsu@FreeBSD.org>2010-08-15 19:12:51 +0000
committerLi-Wen Hsu <lwhsu@FreeBSD.org>2010-08-15 19:12:51 +0000
commit61b31f74b45ae151e324b183ddfe33e659c6da57 (patch)
tree3a1f97194b116ac6ba347095f35095a7285ae341 /lang/python27/files/patch-Lib-test-test_fcntl.py
parent- Update to 3.3.3 (diff)
- Introduce Python 2.7.0
Original work by: wen
Notes
Notes: svn path=/head/; revision=259318
Diffstat (limited to 'lang/python27/files/patch-Lib-test-test_fcntl.py')
-rw-r--r--lang/python27/files/patch-Lib-test-test_fcntl.py11
1 files changed, 11 insertions, 0 deletions
diff --git a/lang/python27/files/patch-Lib-test-test_fcntl.py b/lang/python27/files/patch-Lib-test-test_fcntl.py
new file mode 100644
index 000000000000..ebd2ec81265f
--- /dev/null
+++ b/lang/python27/files/patch-Lib-test-test_fcntl.py
@@ -0,0 +1,11 @@
+--- Lib/test/test_fcntl.py.orig 2010-08-14 16:56:31.290525837 +0800
++++ Lib/test/test_fcntl.py 2010-08-14 16:56:39.007508167 +0800
+@@ -30,7 +30,7 @@
+ if sys.platform in ('netbsd1', 'netbsd2', 'netbsd3',
+ 'Darwin1.2', 'darwin',
+ 'freebsd2', 'freebsd3', 'freebsd4', 'freebsd5',
+- 'freebsd6', 'freebsd7', 'freebsd8',
++ 'freebsd6', 'freebsd7', 'freebsd8', 'freebsd9',
+ 'bsdos2', 'bsdos3', 'bsdos4',
+ 'openbsd', 'openbsd2', 'openbsd3', 'openbsd4'):
+ if struct.calcsize('l') == 8: