diff options
author | Andrew Thompson <thompsa@FreeBSD.org> | 2005-06-18 21:34:54 +0000 |
---|---|---|
committer | Andrew Thompson <thompsa@FreeBSD.org> | 2005-06-18 21:34:54 +0000 |
commit | 7ac7c9c877df7a15bc701db2d3ac9f6e312aa7f7 (patch) | |
tree | b3783e7c17cc760314b4e3b5746ed0abc708b4f7 /mail/dbmail/files/patch-sort.c | |
parent | remove WITHOUT_NLS knob since it's not any longer supported by gqview's (diff) |
Update to version 2.0.4.
PR: ports/79775
Approved by: maintainer timeout (seanc), linimon
Diffstat (limited to 'mail/dbmail/files/patch-sort.c')
-rw-r--r-- | mail/dbmail/files/patch-sort.c | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/mail/dbmail/files/patch-sort.c b/mail/dbmail/files/patch-sort.c new file mode 100644 index 000000000000..a267163eca11 --- /dev/null +++ b/mail/dbmail/files/patch-sort.c @@ -0,0 +1,11 @@ +--- sort/sort.c.orig Tue Mar 15 00:54:00 2005 ++++ sort/sort.c Mon Apr 11 13:46:46 2005 +@@ -58,7 +58,7 @@ + * + * Then do it! + * */ +-dsn_class_t sort_and_deliver(u64_t msgidnr, ++sort_result_t sort_and_deliver(u64_t msgidnr, + const char *header UNUSED, + u64_t headersize UNUSED, + u64_t totalmsgsize, |