12 lines
313 B
Text
12 lines
313 B
Text
|
--- altivore.c Mon Oct 8 00:31:58 2001
|
||
|
+++ altivorenew.c Mon Oct 8 00:34:30 2001
|
||
|
@@ -164,7 +164,7 @@
|
||
|
|
||
|
*/
|
||
|
#include <string.h>
|
||
|
-#include <malloc.h>
|
||
|
+/* #include <malloc.h> This is commented out for the FreeBSD port, as it is deprecated */
|
||
|
#include <stdlib.h>
|
||
|
#include <ctype.h>
|
||
|
#include <stdarg.h>
|