Re: [Monetdb-developers] [Monetdb-pf-checkins] pathfinder/src/sqlhelpers/xmlshred/include shred_helper.h, , 1.2, 1.3
On Tue, Sep 11, 2007 at 10:01:22AM +0000, Manuel Mayr wrote:
Update of /cvsroot/monetdb/pathfinder/src/sqlhelpers/xmlshred/include In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv17796/include
Modified Files: shred_helper.h Log Message:
Adding definitions for SSZFMT and fixing some bugs
Index: shred_helper.h =================================================================== RCS file: /cvsroot/monetdb/pathfinder/src/sqlhelpers/xmlshred/include/shred_helper.h,v retrieving revision 1.2 retrieving revision 1.3 diff -u -d -r1.2 -r1.3 --- shred_helper.h 10 Sep 2007 10:09:37 -0000 1.2 +++ shred_helper.h 11 Sep 2007 10:01:20 -0000 1.3 [...] #if !(HAVE_STRING_H && HAVE_STRDUP) ^^ +char * strndup (const char * s); ^^^
one 'n' too much? (or one 'N' missing??) Stefan
+#endif + +#if !(HAVE_STRING_H && HAVE_STRNDUP) char * strndup (const char * s, size_t n); #endif
-- | Dr. Stefan Manegold | mailto:Stefan.Manegold@cwi.nl | | CWI, P.O.Box 94079 | http://www.cwi.nl/~manegold/ | | 1090 GB Amsterdam | Tel.: +31 (20) 592-4212 | | The Netherlands | Fax : +31 (20) 592-4312 |
participants (1)
-
Stefan Manegold