summaryrefslogtreecommitdiff
path: root/lang/python23/files/patch-Lib::posixfile.py
diff options
context:
space:
mode:
authorHye-Shik Chang <perky@FreeBSD.org>2005-07-28 07:05:20 +0000
committerHye-Shik Chang <perky@FreeBSD.org>2005-07-28 07:05:20 +0000
commit617982285bba8e797fd5b5b04689a955120c5fc8 (patch)
treebd6221dfb5e3a7a3383bf45eac957eca8eeb41f3 /lang/python23/files/patch-Lib::posixfile.py
parentAdd ezxml - lightweight C library for parsing XML. (diff)
- Add support for FreeBSD 7
- Drop support for FreeBSD 3 - Fix fcntl.ioctl argument parsing to accept termios.TIOCGWINSZ. [1] Submitted by: jkim [1] Obtained from: Python CVS
Diffstat (limited to 'lang/python23/files/patch-Lib::posixfile.py')
-rw-r--r--lang/python23/files/patch-Lib::posixfile.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/lang/python23/files/patch-Lib::posixfile.py b/lang/python23/files/patch-Lib::posixfile.py
index 59ce175a895d..4cde86d3d732 100644
--- a/lang/python23/files/patch-Lib::posixfile.py
+++ b/lang/python23/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']: