diff options
author | Edwin Groothuis <edwin@FreeBSD.org> | 2003-08-31 13:09:31 +0000 |
---|---|---|
committer | Edwin Groothuis <edwin@FreeBSD.org> | 2003-08-31 13:09:31 +0000 |
commit | 8a8b31d05cd02391ec25bd1600ee963651314cb2 (patch) | |
tree | 51f9d0c5cf9417d032d59d737d75e7aa133b785d /archivers/libcabinet/files/patch-cffolder.h | |
parent | - New port mail/p5-Email-FolderType: Determine the type of a (diff) |
[patch] Unbreak port: archivers/libcabinet
This port did not build with gcc 3.3.1. I also fixed a
possible buffer overflow (they used gets() to read from
stdin).
Please review the patch file ``patch-cftypes.cpp'' with
extra care, since I am not sure whether this makes sense
(2 positions in the file, marked with ``TODO'' - thanks.
Also added some lines in cftypes.cpp to overcome the absence of
values.h on -current.
PR: ports/55767
Submitted by: Simon Barner <barner@in.tum.de>
Notes
Notes:
svn path=/head/; revision=88198
Diffstat (limited to 'archivers/libcabinet/files/patch-cffolder.h')
-rw-r--r-- | archivers/libcabinet/files/patch-cffolder.h | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/archivers/libcabinet/files/patch-cffolder.h b/archivers/libcabinet/files/patch-cffolder.h new file mode 100644 index 000000000000..526ea011dd19 --- /dev/null +++ b/archivers/libcabinet/files/patch-cffolder.h @@ -0,0 +1,10 @@ +--- cffolder.h.orig Tue Aug 19 18:30:59 2003 ++++ cffolder.h Tue Aug 19 18:31:08 2003 +@@ -89,4 +89,5 @@ + + //////////////////////////////////////////////////////////////////////////////// + +-#endif +\ No newline at end of file ++#endif ++ |