1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-01 05:45:45 +00:00
freebsd-ports/lang/cli/files/patch-pal::unix::cruntime::misc.c
Maxim Sobolev eb8f89e29c Add cli - Microsoft's Shared Source implementation if CLI ECMA standard
and C# language. Please note, that in order to build on -current you need
linker binary from -stable.
2002-03-30 07:26:32 +00:00

15 lines
299 B
C

$FreeBSD$
--- pal/unix/cruntime/misc.c 2002/03/28 19:08:00 1.1
+++ pal/unix/cruntime/misc.c 2002/03/28 19:26:36
@@ -31,6 +31,8 @@
collision for va_start and va_end */
#include <stdarg.h>
+#define time_t DUMMY_time_t
+
SET_DEFAULT_DEBUG_CHANNEL(CRT);
static const int STR_TIME_SIZE =26;