diff options
Diffstat (limited to 'mail/dbmail20/files/patch-sort.c')
-rw-r--r-- | mail/dbmail20/files/patch-sort.c | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/mail/dbmail20/files/patch-sort.c b/mail/dbmail20/files/patch-sort.c new file mode 100644 index 000000000000..a267163eca11 --- /dev/null +++ b/mail/dbmail20/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, |