diff options
Diffstat (limited to 'devel/ossp-ex/files')
-rw-r--r-- | devel/ossp-ex/files/extra-patch-ts.c | 11 | ||||
-rw-r--r-- | devel/ossp-ex/files/patch-ex.h | 14 |
2 files changed, 0 insertions, 25 deletions
diff --git a/devel/ossp-ex/files/extra-patch-ts.c b/devel/ossp-ex/files/extra-patch-ts.c deleted file mode 100644 index 6ef80977b360..000000000000 --- a/devel/ossp-ex/files/extra-patch-ts.c +++ /dev/null @@ -1,11 +0,0 @@ ---- ts.c.orig Wed Mar 24 17:36:35 2004 -+++ ts.c Wed Mar 24 17:36:49 2004 -@@ -202,7 +202,7 @@ - - if (format == NULL || ap == NULL) - return NULL; -- ap2 = ap; -+ va_copy(ap2, ap); - if ((n = ts_suite_mvxprintf(NULL, 0, format, ap)) == -1) - return NULL; - if ((buffer = (char *)malloc(n+1)) == NULL) diff --git a/devel/ossp-ex/files/patch-ex.h b/devel/ossp-ex/files/patch-ex.h deleted file mode 100644 index e0c6bf2fc7b9..000000000000 --- a/devel/ossp-ex/files/patch-ex.h +++ /dev/null @@ -1,14 +0,0 @@ ---- ex.h.orig Wed Mar 24 18:13:57 2004 -+++ ex.h Wed Mar 24 18:14:09 2004 -@@ -86,9 +86,9 @@ - void *ex_object; - void *ex_value; - /* throw point */ -- char *ex_file; -+ const char *ex_file; - int ex_line; -- char *ex_func; -+ const char *ex_func; - } ex_t; - - /* declare the context type (private) */ |