summaryrefslogtreecommitdiff
path: root/devel/libcwd/files/patch-debugmalloc.cc
diff options
context:
space:
mode:
Diffstat (limited to 'devel/libcwd/files/patch-debugmalloc.cc')
-rw-r--r--devel/libcwd/files/patch-debugmalloc.cc11
1 files changed, 0 insertions, 11 deletions
diff --git a/devel/libcwd/files/patch-debugmalloc.cc b/devel/libcwd/files/patch-debugmalloc.cc
deleted file mode 100644
index c9756323b8d7..000000000000
--- a/devel/libcwd/files/patch-debugmalloc.cc
+++ /dev/null
@@ -1,11 +0,0 @@
---- debugmalloc.cc.orig Mon Nov 10 15:42:25 2003
-+++ debugmalloc.cc Mon Nov 10 15:50:49 2003
-@@ -1346,7 +1346,7 @@
- struct tm tbuf;
- tbuf_ptr = localtime_r(&alloc->a_time.tv_sec, &tbuf);
- #else
-- tbuf_ptr = localtime(&alloc->a_time.tv_sec);
-+ tbuf_ptr = localtime((const time_t *)&alloc->a_time.tv_sec);
- #endif
- _private_::set_invisible_off(LIBCWD_TSD);
- --LIBCWD_DO_TSD_MEMBER_OFF(debug_object);