Enable platform-specific tweaks for FreeBSD 8 (exactly same to FreeBSD 7's yet)

This commit is contained in:
Hye-Shik Chang 2007-10-28 12:38:09 +00:00
parent a838a801f2
commit ea684743da
5 changed files with 5 additions and 4 deletions

View file

@ -23,7 +23,7 @@ if sys.platform.startswith('atheos'):
if sys.platform in ('netbsd1', 'netbsd2', 'netbsd3',
'Darwin1.2', 'darwin',
'freebsd2', 'freebsd3', 'freebsd4', 'freebsd5',
'freebsd6', 'freebsd7',
'freebsd6', 'freebsd7', 'freebsd8',
'bsdos2', 'bsdos3', 'bsdos4',
'openbsd', 'openbsd2', 'openbsd3', 'openbsd4'):
if struct.calcsize('l') == 8: