From 8784922ccb8bef1837de54aecf4730b6c36f9af2 Mon Sep 17 00:00:00 2001 From: Baptiste Daroussin Date: Thu, 14 Feb 2013 08:21:18 +0000 Subject: 2012-05-10 graphics/solang: BROKEN for more than 6 month 2012-05-10 math/octave-devel: BROKEN for more than 6 month 2012-05-10 net/spnetkit: BROKEN for more than 6 month --- net/spnetkit/files/patch-spnklog.cpp | 11 ----------- 1 file changed, 11 deletions(-) delete mode 100644 net/spnetkit/files/patch-spnklog.cpp (limited to 'net/spnetkit/files/patch-spnklog.cpp') diff --git a/net/spnetkit/files/patch-spnklog.cpp b/net/spnetkit/files/patch-spnklog.cpp deleted file mode 100644 index e6ca7380dda4..000000000000 --- a/net/spnetkit/files/patch-spnklog.cpp +++ /dev/null @@ -1,11 +0,0 @@ ---- spnklog.cpp.orig 2011-06-21 09:28:36.000000000 +0800 -+++ spnklog.cpp 2011-06-21 09:29:24.000000000 +0800 -@@ -168,7 +168,7 @@ void SP_NKLog :: log( int pri, const cha - snprintf( logText, sizeof( logText ), - "%04i-%02i-%02i %02i:%02i:%02i #%i ", - 1900 + tmTime.tm_year, tmTime.tm_mon+1, tmTime.tm_mday, -- tmTime.tm_hour, tmTime.tm_min, tmTime.tm_sec, (int)spnk_threadid() ); -+ tmTime.tm_hour, tmTime.tm_min, tmTime.tm_sec, (long)spnk_threadid() ); - } - - if( mIsLogPriName ) { -- cgit v1.2.3