diff options
author | Hye-Shik Chang <perky@FreeBSD.org> | 2005-07-28 07:34:28 +0000 |
---|---|---|
committer | Hye-Shik Chang <perky@FreeBSD.org> | 2005-07-28 07:34:28 +0000 |
commit | a81cc9dfe7ecde5b505e09623ced13c987c79b6f (patch) | |
tree | cc1bd40cffc2f9330b59f11047403a05667a6851 /lang/python21/files/patch-Lib:posixfile.py | |
parent | - Correctly USE_RC_SUBR (diff) |
- Add support for FreeBSD 7
- Drop support for FreeBSD 3
Notes
Notes:
svn path=/head/; revision=140292
Diffstat (limited to 'lang/python21/files/patch-Lib:posixfile.py')
-rw-r--r-- | lang/python21/files/patch-Lib:posixfile.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lang/python21/files/patch-Lib:posixfile.py b/lang/python21/files/patch-Lib:posixfile.py index 59ce175a895d..4cde86d3d732 100644 --- a/lang/python21/files/patch-Lib:posixfile.py +++ b/lang/python21/files/patch-Lib:posixfile.py @@ -10,7 +10,7 @@ diff -u -r1.25 -r1.26 'openbsd2', 'freebsd2', 'freebsd3', 'freebsd4', 'freebsd5', - 'bsdos2', 'bsdos3', 'bsdos4'): -+ 'freebsd6', 'bsdos2', 'bsdos3', 'bsdos4'): ++ 'freebsd6', 'freebsd7', 'bsdos2', 'bsdos3', 'bsdos4'): flock = struct.pack('lxxxxlxxxxlhh', \ l_start, l_len, os.getpid(), l_type, l_whence) elif sys.platform in ['aix3', 'aix4']: |