diff options
author | Neal Norwitz <nnorwitz@gmail.com> | 2006-09-05 02:57:01 +0000 |
---|---|---|
committer | Neal Norwitz <nnorwitz@gmail.com> | 2006-09-05 02:57:01 +0000 |
commit | 4bc2c0919b2ed31851e9c3423ab85614fe35a75a (patch) | |
tree | 2cb80a998fc4fd5b86cbff36741781d208e2a678 /Lib/test/test_fcntl.py | |
parent | d34e4272e0e82dcbf21fc6378c393bca7db0dfd7 (diff) | |
download | cpython-git-4bc2c0919b2ed31851e9c3423ab85614fe35a75a.tar.gz |
Patch #1540470, for OpenBSD 4.0. Backport candidate for 2.[34].
Diffstat (limited to 'Lib/test/test_fcntl.py')
-rwxr-xr-x | Lib/test/test_fcntl.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/test/test_fcntl.py b/Lib/test/test_fcntl.py index 58a57b51a6..2d800b2a5c 100755 --- a/Lib/test/test_fcntl.py +++ b/Lib/test/test_fcntl.py @@ -25,7 +25,7 @@ if sys.platform in ('netbsd1', 'netbsd2', 'netbsd3', 'freebsd2', 'freebsd3', 'freebsd4', 'freebsd5', 'freebsd6', 'freebsd7', 'bsdos2', 'bsdos3', 'bsdos4', - 'openbsd', 'openbsd2', 'openbsd3'): + 'openbsd', 'openbsd2', 'openbsd3', 'openbsd4'): if struct.calcsize('l') == 8: off_t = 'l' pid_t = 'i' |