diff options
author | root <root@evil.(none)> | 2009-06-07 20:52:34 +0300 |
---|---|---|
committer | root <root@evil.(none)> | 2009-06-07 20:52:34 +0300 |
commit | e4e5d1b0b1150b075840cf8d807f8001e619aeca (patch) | |
tree | 9e810cfed77cbe0799d9e34701b296ad88e1dc63 /net-p2p/verlihub/files/cconfigitembase.cpp.patch | |
parent | e69bdb6335ae07aadeab545c1c1c64b461a6cdb3 (diff) |
new file: net-p2p/verlihub/files/cconfigitembase.cpp.patch
new file: net-p2p/verlihub/files/cconfmysql.cpp.patch
new file: net-p2p/verlihub/files/cpenaltylist.cpp.patch
new file: net-p2p/verlihub/files/creguserinfo.cpp.patch
new file: net-p2p/verlihub/files/stringutils.cpp.patch
modified: net-p2p/verlihub/verlihub-0.9.8d_rc2.ebuild
(gcc-4.3 compilation patches)
Diffstat (limited to 'net-p2p/verlihub/files/cconfigitembase.cpp.patch')
-rw-r--r-- | net-p2p/verlihub/files/cconfigitembase.cpp.patch | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/net-p2p/verlihub/files/cconfigitembase.cpp.patch b/net-p2p/verlihub/files/cconfigitembase.cpp.patch new file mode 100644 index 0000000..47efa5a --- /dev/null +++ b/net-p2p/verlihub/files/cconfigitembase.cpp.patch @@ -0,0 +1,13 @@ +*** /home/sss/123/cconfigitembase.cpp 2009-06-07 19:34:19.000000000 +0300 +--- cconfigitembase.cpp 2009-06-07 19:46:55.037909745 +0300 +*************** +*** 11,16 **** +--- 11,18 ---- + #include <stdlib.h> + #include <iostream> + #include <stdio.h> ++ #include <cstdlib> ++ #include <cstring> + #include "stringutils.h" + + using namespace nStringUtils; |