aboutsummaryrefslogtreecommitdiff
path: root/textproc/xmlppm
diff options
context:
space:
mode:
authorTijl Coosemans <tijl@FreeBSD.org>2015-04-15 08:20:27 +0000
committerTijl Coosemans <tijl@FreeBSD.org>2015-04-15 08:20:27 +0000
commit074ea5282a00d556c73d86231bec5444990597dc (patch)
treeeec3d608e84e79f0187985e5a1e29cd4f04f13eb /textproc/xmlppm
parent522c152d1c7b0c92982e310110fa6d59f915ffeb (diff)
Notes
Diffstat (limited to 'textproc/xmlppm')
-rw-r--r--textproc/xmlppm/files/patch-IFile.cpp11
1 files changed, 0 insertions, 11 deletions
diff --git a/textproc/xmlppm/files/patch-IFile.cpp b/textproc/xmlppm/files/patch-IFile.cpp
deleted file mode 100644
index 110f3136c7a3..000000000000
--- a/textproc/xmlppm/files/patch-IFile.cpp
+++ /dev/null
@@ -1,11 +0,0 @@
---- src/IFile.cpp.orig Thu Jun 10 04:16:13 2004
-+++ src/IFile.cpp Tue Aug 17 23:21:02 2004
-@@ -73,7 +73,7 @@
- writing the output. Then flush the file. */
- void ifflush(IFILE* ifile) {
- static char outbuf[BUFFSIZE];
-- char* inptr = ifile->buf;
-+ const char* inptr = ifile->buf;
- char* outptr = outbuf;
- size_t insz = ifile->bufsiz;
- size_t outsz;