mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-25 09:34:11 +00:00
0f15446dff
PR: 60011 Submitted by: Ports Fury
17 lines
314 B
C
17 lines
314 B
C
--- memory.c.orig Tue Sep 7 00:38:10 1999
|
|
+++ memory.c Sun Dec 7 02:51:11 2003
|
|
@@ -1,12 +1,9 @@
|
|
#include <string.h>
|
|
#include <limits.h>
|
|
-#include <malloc.h>
|
|
#ifndef XFRACT
|
|
#include <io.h>
|
|
-#include <stdarg.h>
|
|
-#else
|
|
-#include <varargs.h>
|
|
#endif
|
|
+#include <stdarg.h>
|
|
#include <ctype.h>
|
|
|
|
#include "port.h"
|