Update of /cvsroot/monetdb/clients/src/mapiclient
In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv8132
Modified Files:
Tag: Clients_1-20
dump.c
Log Message:
Squash warnings.
Index: dump.c
===================================================================
RCS file: /cvsroot/monetdb/clients/src/mapiclient/dump.c,v
retrieving revision 1.13.2.1
retrieving revision 1.13.2.2
diff -u -d -r1.13.2.1 -r1.13.2.2
--- dump.c 2 Oct 2007 11:49:15 -0000 1.13.2.1
+++ dump.c 28 Nov 2007 16:36:32 -0000 1.13.2.2
@@ -24,6 +24,12 @@
#include <string.h>
#include "msqldump.h"
+#ifdef NATIVE_WIN32
+/* The POSIX name for this item is deprecated. Instead, use the ISO
+ C++ conformant name: _strdup. See online help for details. */
+#define strdup _strdup
+#endif
+
static void
quoted_print(FILE *f, const char *s)
{
-------------------------------------------------------------------------
SF.Net email is sponsored by: The Future of Linux Business White Paper
from Novell. From the desktop to the data center, Linux is going
mainstream. Let it simplify your IT future.
http://altfarm.mediaplex.com/ad/ck/8857-50307-18918-4
_______________________________________________
Monetdb-checkins mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/monetdb-checkins