diff options
Diffstat (limited to 'net/spnetkit/files/patch-testhttpcli.cpp')
-rw-r--r-- | net/spnetkit/files/patch-testhttpcli.cpp | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/net/spnetkit/files/patch-testhttpcli.cpp b/net/spnetkit/files/patch-testhttpcli.cpp new file mode 100644 index 000000000000..79d6b440b907 --- /dev/null +++ b/net/spnetkit/files/patch-testhttpcli.cpp @@ -0,0 +1,11 @@ +--- testhttpcli.cpp.orig 2008-02-18 12:22:11.000000000 +0800 ++++ testhttpcli.cpp 2008-02-18 12:24:00.000000000 +0800 +@@ -35,7 +35,7 @@ + + int main( int argc, char * argv[] ) + { +- assert ( sigset ( SIGPIPE, SIG_IGN ) != SIG_ERR ) ; ++ assert ( signal ( SIGPIPE, SIG_IGN ) != SIG_ERR ) ; + + SP_NKLog::init4test( "testhttpcli" ); + SP_NKLog::setLogLevel( LOG_DEBUG ); |