diff options
Diffstat (limited to 'lang/python26/files/patch-Lib-test-test_fcntl.py')
-rw-r--r-- | lang/python26/files/patch-Lib-test-test_fcntl.py | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/lang/python26/files/patch-Lib-test-test_fcntl.py b/lang/python26/files/patch-Lib-test-test_fcntl.py new file mode 100644 index 000000000000..ebd2ec81265f --- /dev/null +++ b/lang/python26/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: |