[xmppd-dev] Problems with jabberd14 1.6.1.2-pre3

Matthias Wimmer m at tthias.eu
Tue Mar 17 15:07:51 CET 2009


Hi Robin,

Robin Redeker schrieb:
> This is the patch that I needed to finally have it compile:
> 
>    Index: jabberd/lib/jabberdlib.h
>    ===================================================================
>    --- jabberd/lib/jabberdlib.h    (revision 1554)
>    +++ jabberd/lib/jabberdlib.h    (working copy)
>    @@ -57,8 +57,8 @@
>     #   define N_(n) (n)
>     #endif
>     
>    -#include <string.h>
>    -#include <stdlib.h>
>    +#include <cstring>
>    +#include <cstdlib>
>     #include <sys/types.h>
>     #include <stdio.h>
>     #include <setjmp.h>
>    @@ -78,7 +78,7 @@
>     #include <sys/time.h>
>     #include <stdarg.h>
>     #include <ctype.h>
>    -#include <time.h>
>    +#include <ctime>
>     #include <pth.h>
>     
>     #include <expat.h>

Thanks ... I have included it in the repository.


Matthias
-------------- nächster Teil --------------
Ein Dateianhang mit Bin�rdaten wurde abgetrennt...
Dateiname   : smime.p7s
Dateityp    : application/x-pkcs7-signature
Dateigr��e  : 3271 bytes
Beschreibung: S/MIME Cryptographic Signature
URL         : http://lists.xmppd.org/pipermail/dev/attachments/20090317/46ef7bb0/attachment.bin 


More information about the dev mailing list