Commit e615e81a authored by Georg Brandl's avatar Georg Brandl

Make test_fcntl aware of netbsd3.

parent 86dd4eff
...@@ -20,9 +20,10 @@ else: ...@@ -20,9 +20,10 @@ else:
if sys.platform.startswith('atheos'): if sys.platform.startswith('atheos'):
start_len = "qq" start_len = "qq"
if sys.platform in ('netbsd1', 'netbsd2', 'Darwin1.2', 'darwin', if sys.platform in ('netbsd1', 'netbsd2', 'netbsd3',
'freebsd2', 'freebsd3', 'freebsd4', 'freebsd5', 'freebsd6', 'Darwin1.2', 'darwin',
'freebsd7', 'freebsd2', 'freebsd3', 'freebsd4', 'freebsd5',
'freebsd6', 'freebsd7',
'bsdos2', 'bsdos3', 'bsdos4', 'bsdos2', 'bsdos3', 'bsdos4',
'openbsd', 'openbsd2', 'openbsd3'): 'openbsd', 'openbsd2', 'openbsd3'):
if struct.calcsize('l') == 8: if struct.calcsize('l') == 8:
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment