mirror of
https://git.freebsd.org/ports.git
synced 2025-06-25 14:40:32 -04:00
- Fix FTS1 build [2] Notified by: Max Khitrov <mkhitrov___umd.edu> [1], Jeroen Ruigrok/asmodai <asmodai___in-nomine.org> [2]
14 lines
296 B
C
14 lines
296 B
C
--- ext/fts1/fts1_porter.c.orig Sun Oct 1 13:01:13 2006
|
|
+++ ext/fts1/fts1_porter.c Sun Dec 3 14:45:17 2006
|
|
@@ -26,11 +26,7 @@
|
|
|
|
|
|
#include <assert.h>
|
|
-#if !defined(__APPLE__)
|
|
-#include <malloc.h>
|
|
-#else
|
|
#include <stdlib.h>
|
|
-#endif
|
|
#include <stdio.h>
|
|
#include <string.h>
|
|
#include <ctype.h>
|