aboutsummaryrefslogtreecommitdiff
path: root/net/ctorrent/files/patch-httpencode.cpp
diff options
context:
space:
mode:
authorPav Lucistnik <pav@FreeBSD.org>2004-02-01 19:43:37 +0000
committerPav Lucistnik <pav@FreeBSD.org>2004-02-01 19:43:37 +0000
commit7443b663ac23434ef04c53cf841d1468a4a1f05e (patch)
tree46c24a084c418ffd912bd35ff800d8818c3fc843 /net/ctorrent/files/patch-httpencode.cpp
parent16f9b1e8c9fe9301c6dadf548686a408edc16194 (diff)
Notes
Diffstat (limited to 'net/ctorrent/files/patch-httpencode.cpp')
-rw-r--r--net/ctorrent/files/patch-httpencode.cpp20
1 files changed, 0 insertions, 20 deletions
diff --git a/net/ctorrent/files/patch-httpencode.cpp b/net/ctorrent/files/patch-httpencode.cpp
deleted file mode 100644
index 8f9cbda26ec6..000000000000
--- a/net/ctorrent/files/patch-httpencode.cpp
+++ /dev/null
@@ -1,20 +0,0 @@
-diff -u -r CTorrent-1.3r1/httpencode.cpp CTorrent-1.3r1.new/httpencode.cpp
---- httpencode.cpp Sat Jan 10 20:51:45 2004
-+++ httpencode.cpp.new Fri Jan 23 17:22:28 2004
-@@ -10,6 +10,8 @@
- /* NOTE: */
- /* LINUX/WINDOWS IMPLEMENT's STANDARD C LIBRARY NO strnstr FOUND */
- /* FUNCTION PROGRAMER: Siberiaic Sang */
-+
-+#if defined(__win32__) || defined(__linux__)
- static char* strnstr(const char *haystack,const char *needle,size_t haystacklen)
- {
- char *p;
-@@ -30,6 +32,7 @@
- }
- return (char*) 0;
- }
-+#endif
- /* ************************************************** */
-
- static void url_encode_char(char *b,char c)