diff options
author | Sheldon Hearn <sheldonh@FreeBSD.org> | 2001-07-02 14:48:10 +0000 |
---|---|---|
committer | Sheldon Hearn <sheldonh@FreeBSD.org> | 2001-07-02 14:48:10 +0000 |
commit | 1734dc1d1bbcebb3be6a9365f6135dcc5cacf835 (patch) | |
tree | 68a3087261cce9179846211e05c746e27bbeb7e0 /mail/exim/files/patch-src::tree.c | |
parent | (forced) (diff) |
Update to exim-3.31:
* Incorporates two patches previously supplied with the port.
* Fixes obscure bug affecting return_path transport option under certain
conditions.
Notes
Notes:
svn path=/head/; revision=44645
Diffstat (limited to '')
-rw-r--r-- | mail/exim/files/patch-src::tree.c | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/mail/exim/files/patch-src::tree.c b/mail/exim/files/patch-src::tree.c deleted file mode 100644 index 5c92229fd0a4..000000000000 --- a/mail/exim/files/patch-src::tree.c +++ /dev/null @@ -1,11 +0,0 @@ ---- src/tree.c.orig Mon Jun 18 18:10:01 2001 -+++ src/tree.c Mon Jun 18 18:10:27 2001 -@@ -25,7 +25,7 @@ - Returns: points to prepared address string, in a fixed bit of store - */ - --static char prepared_address[256]; -+static char prepared_address[512]; - - static char * - address_prepare(char *s) |