commit | 2d21863266ad3b7551e03933abbfadaa86b95fb2 | [log] [tgz] |
---|---|---|
author | Guido van Rossum <guido@python.org> | Tue Aug 29 14:57:27 2000 +0000 |
committer | Guido van Rossum <guido@python.org> | Tue Aug 29 14:57:27 2000 +0000 |
tree | b616c5e3a393fe79a99430296a36fb85084fd6ba | |
parent | e504c0c2dc6fabbab4f44dab21674d94f2b6df34 [diff] [blame] |
Add support for FreeBSD-[45]. -- tg@FreeBSD.org
diff --git a/Lib/test/test_fcntl.py b/Lib/test/test_fcntl.py index b59efda..3c1be88 100755 --- a/Lib/test/test_fcntl.py +++ b/Lib/test/test_fcntl.py
@@ -17,7 +17,7 @@ print 'Status from fnctl with O_NONBLOCK: ', rv if sys.platform in ('netbsd1', - 'freebsd2', 'freebsd3', + 'freebsd2', 'freebsd3', 'freebsd4', 'freebsd5', 'bsdos2', 'bsdos3', 'bsdos4', 'openbsd', 'openbsd2'): lockdata = struct.pack('lxxxxlxxxxlhh', 0, 0, 0, FCNTL.F_WRLCK, 0)