diff options
Diffstat (limited to 'net-p2p/verlihub/files/stringutils.cpp.patch')
-rw-r--r-- | net-p2p/verlihub/files/stringutils.cpp.patch | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/net-p2p/verlihub/files/stringutils.cpp.patch b/net-p2p/verlihub/files/stringutils.cpp.patch deleted file mode 100644 index 1487fc5..0000000 --- a/net-p2p/verlihub/files/stringutils.cpp.patch +++ /dev/null @@ -1,15 +0,0 @@ -*** /home/sss/123/stringutils.cpp 2006-09-05 19:01:48.000000000 +0300 ---- stringutils.cpp 2009-06-07 20:25:14.557920115 +0300 -*************** -*** 7,12 **** ---- 7,16 ---- - #include <fstream> - #include <sstream> - #include <stdio.h> -+ #include <cstdio> -+ #include <cstring> -+ #include <string.h> -+ #include <stdlib.h> - - namespace nStringUtils - { |