Menu

#10 SCO UNIX 5.0.5 patch

open
nobody
None
5
2004-04-20
2004-04-20
Anonymous
No

Added conditional #include <strings.h> to
XmlRpcServerConnection.cpp, since it uses functions
that are only declared in that header on my system.

Discussion

  • Nobody/Anonymous

    Logged In: NO

    --- XmlRpcServerConnection.cpp
    +++ XmlRpcServerConnection.cpp
    @@ -6,6 +6,9 @@
    #ifndef MAKEDEPEND
    # include <stdio.h>
    # include <stdlib.h>
    +# ifndef _WINDOWS
    +# include <strings.h>
    +# endif
    #endif

    using namespace XmlRpc;

     
  • dpanech

    dpanech - 2004-04-20

    Logged In: YES
    user_id=1025359

    --- XmlRpcClient.cpp
    +++ XmlRpcClient.cpp
    @@ -6,6 +6,9 @@

    #include <stdio.h>
    #include <stdlib.h>
    +#ifndef _WINDOWS
    +# include <strings.h>
    +#endif

     

Log in to post a comment.

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.