mirror of
https://git.freebsd.org/ports.git
synced 2025-05-21 11:33:15 -04:00
The last release, 1.10, is four years old. The git tree since fixes numerous bugs present in 1.10. Reviewed by: portlint Sponsored by: EMC / Isilon Storage Division
12 lines
236 B
C
12 lines
236 B
C
--- elf_symtab.c.orig 2016-06-30 19:30:28 UTC
|
|
+++ elf_symtab.c
|
|
@@ -7,8 +7,8 @@
|
|
published by the Free Software Foundation.
|
|
*/
|
|
|
|
-#include <malloc.h>
|
|
#include <stdio.h>
|
|
+#include <stdlib.h>
|
|
#include <string.h>
|
|
|
|
#include "dutil.h"
|