Page MenuHomeFreeBSD

D41150.diff
No OneTemporary

D41150.diff

diff --git a/libexec/rtld-elf/rtld_malloc.c b/libexec/rtld-elf/rtld_malloc.c
--- a/libexec/rtld-elf/rtld_malloc.c
+++ b/libexec/rtld-elf/rtld_malloc.c
@@ -106,10 +106,10 @@
* increasing order.
*/
-static union overhead *
+static void *
cp2op(void *cp)
{
- return ((union overhead *)((caddr_t)cp - sizeof(union overhead)));
+ return (((caddr_t)cp - sizeof(union overhead)));
}
void *

File Metadata

Mime Type
text/plain
Expires
Tue, Feb 11, 11:09 PM (16 h, 10 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
16602741
Default Alt Text
D41150.diff (396 B)

Event Timeline