From 9518b1777be39f8f996025737b2eaa49cdc3fb74 Mon Sep 17 00:00:00 2001 From: Dmitry Marakasov Date: Sat, 10 May 2014 00:26:07 +0000 Subject: - Support staging - Use meaningful patch names - Convert USE_GMAKE to USES --- mail/xbuffy/files/patch-libdyn__dyn_append.c | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 mail/xbuffy/files/patch-libdyn__dyn_append.c (limited to 'mail/xbuffy/files/patch-libdyn__dyn_append.c') diff --git a/mail/xbuffy/files/patch-libdyn__dyn_append.c b/mail/xbuffy/files/patch-libdyn__dyn_append.c new file mode 100644 index 000000000000..75665ec74149 --- /dev/null +++ b/mail/xbuffy/files/patch-libdyn__dyn_append.c @@ -0,0 +1,20 @@ +diff -ur ../../xbuffy-3.3.bl.3/libdyn/dyn_append.c ./libdyn/dyn_append.c +--- ../../xbuffy-3.3.bl.3/libdyn/dyn_append.c Fri Feb 20 17:54:14 1998 ++++ ./libdyn/dyn_append.c Tue May 8 13:13:43 2001 +@@ -11,6 +11,7 @@ + */ + + #include ++#include + + #include "dynP.h" + +@@ -20,7 +21,7 @@ + int num; + { + if (obj->debug) +- fprintf(stderr, "dyn: append: Writing %d bytes from %d to %d + %d\n", ++ fprintf(stderr, "dyn: append: Writing %d bytes from %p to %p + %d\n", + obj->el_size*num, els, obj->array, obj->num_el*obj->el_size); + + if (obj->size < obj->num_el + num) { -- cgit v1.2.3