mirror of
https://git.freebsd.org/ports.git
synced 2025-06-07 05:40:30 -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
10 lines
228 B
C
10 lines
228 B
C
--- ctf_loader.c.orig 2016-06-30 19:30:28 UTC
|
|
+++ ctf_loader.c
|
|
@@ -11,7 +11,6 @@
|
|
#include <unistd.h>
|
|
#include <stdlib.h>
|
|
#include <stddef.h>
|
|
-#include <malloc.h>
|
|
#include <string.h>
|
|
#include <limits.h>
|
|
#include <libgen.h>
|