mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-24 04:33:24 +00:00
b775014ff5
allow a developer to create robust multi-platform software. PR: 81110 Submitted by: Renato Botelho <freebsd@galle.com.br>
12 lines
204 B
C
12 lines
204 B
C
--- src/slinclud.h.orig Mon May 16 16:11:14 2005
|
|
+++ src/slinclud.h Mon May 16 16:11:48 2005
|
|
@@ -20,7 +20,7 @@
|
|
# include <unistd.h>
|
|
#endif
|
|
|
|
-#ifdef HAVE_MALLOC_H
|
|
+#if 0
|
|
# include <malloc.h>
|
|
#endif
|
|
|