]> granicus.if.org Git - python/commitdiff
SF 554663. Add OpenBSD3. Bugfix candidate if anyone cares.
authorGuido van Rossum <guido@python.org>
Mon, 13 May 2002 14:58:02 +0000 (14:58 +0000)
committerGuido van Rossum <guido@python.org>
Mon, 13 May 2002 14:58:02 +0000 (14:58 +0000)
Lib/test/test_fcntl.py

index 163b7cda4e54b1da82e3f2b7b70f7061e15e3878..c4e47adb882e54defe5ef3928ce58d54c89ec74a 100755 (executable)
@@ -20,7 +20,7 @@ else:
 if sys.platform in ('netbsd1', 'Darwin1.2', 'darwin',
                     'freebsd2', 'freebsd3', 'freebsd4', 'freebsd5',
                     'bsdos2', 'bsdos3', 'bsdos4',
-                    'openbsd', 'openbsd2'):
+                    'openbsd', 'openbsd2', 'openbsd3'):
     lockdata = struct.pack('lxxxxlxxxxlhh', 0, 0, 0, fcntl.F_WRLCK, 0)
 elif sys.platform in ['aix3', 'aix4', 'hp-uxB', 'unixware7']:
     lockdata = struct.pack('hhlllii', fcntl.F_WRLCK, 0, 0, 0, 0, 0, 0)