diff options
author | thompsa <thompsa@FreeBSD.org> | 2005-06-19 05:34:54 +0800 |
---|---|---|
committer | thompsa <thompsa@FreeBSD.org> | 2005-06-19 05:34:54 +0800 |
commit | 61df0c6bbe0e756b234d01f924c5d5e962698111 (patch) | |
tree | 48ab98201c7af8fddd61e9829a47cb00b846cb62 /mail/dbmail21/files | |
parent | b0bad3039b2baeeeda0379ef475c986f1b2cad44 (diff) | |
download | freebsd-ports-gnome-61df0c6bbe0e756b234d01f924c5d5e962698111.tar.gz freebsd-ports-gnome-61df0c6bbe0e756b234d01f924c5d5e962698111.tar.zst freebsd-ports-gnome-61df0c6bbe0e756b234d01f924c5d5e962698111.zip |
Update to version 2.0.4.
PR: ports/79775
Approved by: maintainer timeout (seanc), linimon
Diffstat (limited to 'mail/dbmail21/files')
-rw-r--r-- | mail/dbmail21/files/patch-sort.c | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/mail/dbmail21/files/patch-sort.c b/mail/dbmail21/files/patch-sort.c new file mode 100644 index 000000000000..a267163eca11 --- /dev/null +++ b/mail/dbmail21/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, |