summaryrefslogtreecommitdiff
path: root/lang/python21/files/patch-Lib:posixfile.py
diff options
context:
space:
mode:
authorHye-Shik Chang <perky@FreeBSD.org>2005-07-28 07:34:28 +0000
committerHye-Shik Chang <perky@FreeBSD.org>2005-07-28 07:34:28 +0000
commita81cc9dfe7ecde5b505e09623ced13c987c79b6f (patch)
treecc1bd40cffc2f9330b59f11047403a05667a6851 /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.py2
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']: