Make test_fcntl aware of netbsd3.

This commit is contained in:
Georg Brandl 2006-06-21 17:52:36 +00:00
parent ad29e637d8
commit d819c13769
1 changed files with 4 additions and 3 deletions

View File

@ -20,9 +20,10 @@ else:
if sys.platform.startswith('atheos'):
start_len = "qq"
if sys.platform in ('netbsd1', 'netbsd2', 'Darwin1.2', 'darwin',
'freebsd2', 'freebsd3', 'freebsd4', 'freebsd5', 'freebsd6',
'freebsd7',
if sys.platform in ('netbsd1', 'netbsd2', 'netbsd3',
'Darwin1.2', 'darwin',
'freebsd2', 'freebsd3', 'freebsd4', 'freebsd5',
'freebsd6', 'freebsd7',
'bsdos2', 'bsdos3', 'bsdos4',
'openbsd', 'openbsd2', 'openbsd3'):
if struct.calcsize('l') == 8: