diff options
author | Tom McLaughlin <tmclaugh@FreeBSD.org> | 2007-02-05 20:52:39 +0000 |
---|---|---|
committer | Tom McLaughlin <tmclaugh@FreeBSD.org> | 2007-02-05 20:52:39 +0000 |
commit | 9650cc958392c895ef613d1abea30ed3510adffd (patch) | |
tree | da4d93eae995f30d19dd28201e34e98006c261ae /archivers/py-bzip2/files/patch-bz2.c | |
parent | . Sort LIB_DEPENDS and CONFIGURE_ARGS. (diff) |
Remove port: Included with all current python versions in ports tree.
PR: 107263
Submitted by: Li-Wen Hsu
Approved by: python@ (alexbl)
Notes
Notes:
svn path=/head/; revision=184303
Diffstat (limited to 'archivers/py-bzip2/files/patch-bz2.c')
-rw-r--r-- | archivers/py-bzip2/files/patch-bz2.c | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/archivers/py-bzip2/files/patch-bz2.c b/archivers/py-bzip2/files/patch-bz2.c deleted file mode 100644 index 7c977cda14cf..000000000000 --- a/archivers/py-bzip2/files/patch-bz2.c +++ /dev/null @@ -1,11 +0,0 @@ ---- bz2.c.orig Tue Mar 26 13:32:03 2002 -+++ bz2.c Tue Mar 26 13:32:12 2002 -@@ -1447,7 +1447,7 @@ - int strsize; - int bufsize = SMALLCHUNK; - long totalout; -- PyObject *ret; -+ PyObject *ret = NULL; - bz_stream *bzs = &self->bzs; - int bzerror; - |