SF 554663. Add OpenBSD3. Bugfix candidate if anyone cares.
This commit is contained in:
parent
6a1bd39d8e
commit
df4dabd5d2
|
@ -20,7 +20,7 @@ else:
|
||||||
if sys.platform in ('netbsd1', 'Darwin1.2', 'darwin',
|
if sys.platform in ('netbsd1', 'Darwin1.2', 'darwin',
|
||||||
'freebsd2', 'freebsd3', 'freebsd4', 'freebsd5',
|
'freebsd2', 'freebsd3', 'freebsd4', 'freebsd5',
|
||||||
'bsdos2', 'bsdos3', 'bsdos4',
|
'bsdos2', 'bsdos3', 'bsdos4',
|
||||||
'openbsd', 'openbsd2'):
|
'openbsd', 'openbsd2', 'openbsd3'):
|
||||||
lockdata = struct.pack('lxxxxlxxxxlhh', 0, 0, 0, fcntl.F_WRLCK, 0)
|
lockdata = struct.pack('lxxxxlxxxxlhh', 0, 0, 0, fcntl.F_WRLCK, 0)
|
||||||
elif sys.platform in ['aix3', 'aix4', 'hp-uxB', 'unixware7']:
|
elif sys.platform in ['aix3', 'aix4', 'hp-uxB', 'unixware7']:
|
||||||
lockdata = struct.pack('hhlllii', fcntl.F_WRLCK, 0, 0, 0, 0, 0, 0)
|
lockdata = struct.pack('hhlllii', fcntl.F_WRLCK, 0, 0, 0, 0, 0, 0)
|
||||||
|
|
Loading…
Reference in New Issue