curl-users
Re: Missing semicolon
Date: Fri, 23 May 2003 02:08:53 +0200
> I've applied your changes now, slightly edited. It would be cool if you could
> get the latest stuff from CVS and verify that it builds fine as-is for you on
> this platform.
I don't have a cvs client but bowsing through web-cvs, it
loks okay. Except for this patch:
diff -H -B -u3 -r ./7-10-5/lib/if2ip.c ./lib/if2ip.c
--- ./7-10-5/lib/if2ip.c Fri Feb 28 13:11:10 2003
+++ ./lib/if2ip.c Mon May 19 16:33:24 2003
@@ -77,6 +77,10 @@
#include "memdebug.h"
#endif
+#ifdef DJGPP
+#define IOCTL_3_ARGS
+#endif
+
---------
The cvs version is still dated 2003-02-28.
--gv
-------------------------------------------------------
This SF.net email is sponsored by: ObjectStore.
If flattening out C++ or Java code to make your application fit in a
relational database is painful, don't do it! Check out ObjectStore.
Now part of Progress Software. http://www.objectstore.net/sourceforge
Received on 2003-05-23