$OpenBSD: patch-test_fcntl_py,v 1.2 2001/10/16 15:38:15 naddy Exp $
--- Lib/test/test_fcntl.py.orig	Sat Dec  9 02:05:29 2000
+++ Lib/test/test_fcntl.py	Sat Dec  9 02:07:12 2000
@@ -18,7 +18,8 @@ if verbose:
     
 if sys.platform in ('netbsd1',
                     'freebsd2', 'freebsd3',
-                    'bsdos2', 'bsdos3', 'bsdos4'):
+                    'bsdos2', 'bsdos3', 'bsdos4',
+                    'openbsd3'):
     lockdata = struct.pack('lxxxxlxxxxlhh', 0, 0, 0, FCNTL.F_WRLCK, 0)
 elif sys.platform in ['aix3', 'aix4']:
     lockdata = struct.pack('hhlllii', FCNTL.F_WRLCK, 0, 0, 0, 0, 0, 0)
