diff options
Diffstat (limited to 'devel/libmalloc/files/patch-ac')
-rw-r--r-- | devel/libmalloc/files/patch-ac | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/devel/libmalloc/files/patch-ac b/devel/libmalloc/files/patch-ac deleted file mode 100644 index 5d8a92fd7927..000000000000 --- a/devel/libmalloc/files/patch-ac +++ /dev/null @@ -1,11 +0,0 @@ ---- dumpheap.c.orig Mon Apr 3 10:55:33 1995 -+++ dumpheap.c Tue Dec 1 02:08:08 1998 -@@ -94,7 +94,7 @@ - } - if ( ! VALID_START_SIZE_FIELD(blk)) { - sprintf(buf, " ** bad size field: tags = 0x%lx, 0x%lx\n", -- SIZEFIELD(blk), SIZEFIELD(blkend)); -+ (unsigned long)SIZEFIELD(blk), (unsigned long)SIZEFIELD(blkend)); - (void) fputs(buf, fp); - return 0; - } |