diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-02-14 08:21:18 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-02-14 08:21:18 +0000 |
commit | 8784922ccb8bef1837de54aecf4730b6c36f9af2 (patch) | |
tree | 6ad5c9750d8c4a8e628165cb5ad1b90f77b3ded2 /net/spnetkit/files/patch-spnklog.cpp | |
parent | - Update to 1.32 (diff) |
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
Notes
Notes:
svn path=/head/; revision=312205
Diffstat (limited to 'net/spnetkit/files/patch-spnklog.cpp')
-rw-r--r-- | net/spnetkit/files/patch-spnklog.cpp | 11 |
1 files changed, 0 insertions, 11 deletions
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 ) { |