$NetBSD: patch-ad,v 1.1 2004/06/23 15:54:08 minskim Exp $ --- Lib/dos-8x3/test_fcn.py.orig 1999-04-08 15:27:46.000000000 -0500 +++ Lib/dos-8x3/test_fcn.py @@ -16,7 +16,7 @@ rv = fcntl.fcntl(f.fileno(), FCNTL.F_SET if verbose: print 'Status from fnctl with O_NONBLOCK: ', rv -if sys.platform in ('netbsd1', +if sys.platform in ('netbsd1', 'netbsd2', 'freebsd2', 'freebsd3', 'bsdos2', 'bsdos3', 'bsdos4'): lockdata = struct.pack('lxxxxlxxxxlhh', 0, 0, 0, FCNTL.F_WRLCK, 0)