mirror of
https://git.freebsd.org/ports.git
synced 2025-06-19 19:50:31 -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
238 B
C
12 lines
238 B
C
--- libctf.c.orig 2016-06-30 19:30:28 UTC
|
|
+++ libctf.c
|
|
@@ -1,7 +1,8 @@
|
|
+#include <sys/stat.h>
|
|
+
|
|
#include <fcntl.h>
|
|
#include <gelf.h>
|
|
#include <limits.h>
|
|
-#include <malloc.h>
|
|
#include <errno.h>
|
|
#include <stdio.h>
|
|
#include <stdlib.h>
|