[Python-checkins] CVS: python/dist/src/Lib posixfile.py,1.11,1.12

Guido van Rossum guido@CNRI.Reston.VA.US
Mon, 6 Dec 1999 09:51:08 -0500 (EST)


Update of /projects/cvsroot/python/dist/src/Lib
In directory eric:/projects/python/develop/guido/src/Lib

Modified Files:
	posixfile.py 
Log Message:
According to Craig H Rowland, openbsd2 is yet another BSD variant that
uses the BSD version of the lock structure.  Sigh, @!%$.


Index: posixfile.py
===================================================================
RCS file: /projects/cvsroot/python/dist/src/Lib/posixfile.py,v
retrieving revision 1.11
retrieving revision 1.12
diff -C2 -r1.11 -r1.12
*** posixfile.py	1999/02/23 04:14:32	1.11
--- posixfile.py	1999/12/06 14:51:05	1.12
***************
*** 179,182 ****
--- 179,183 ----
          import sys, os
          if sys.platform in ('netbsd1',
+                             'openbsd2',
                              'freebsd2', 'freebsd3',
                              'bsdos2', 'bsdos3', 'bsdos4'):
***************
*** 194,197 ****
--- 195,199 ----
          if '?' in how:
              if sys.platform in ('netbsd1',
+                                 'openbsd2',
                                  'freebsd2', 'freebsd3',
                                  'bsdos2', 'bsdos3', 'bsdos4'):