aboutsummaryrefslogtreecommitdiff
path: root/japanese/xdvik/files/patch-HTReader.c
diff options
context:
space:
mode:
Diffstat (limited to 'japanese/xdvik/files/patch-HTReader.c')
-rw-r--r--japanese/xdvik/files/patch-HTReader.c27
1 files changed, 0 insertions, 27 deletions
diff --git a/japanese/xdvik/files/patch-HTReader.c b/japanese/xdvik/files/patch-HTReader.c
deleted file mode 100644
index 96c16d20e6aa..000000000000
--- a/japanese/xdvik/files/patch-HTReader.c
+++ /dev/null
@@ -1,27 +0,0 @@
---- xdvik-22.15/libs/libwww/HTReader.c.orig Tue Jan 19 17:56:33 1999
-+++ xdvik-22.15/libs/libwww/HTReader.c Wed Jan 16 06:36:58 2002
-@@ -60,6 +60,7 @@
- return HT_ERROR;
- }
-
-+#ifdef FIND_SIGNATURE
- /* Push data from a socket down a stream
- ** -------------------------------------
- **
-@@ -76,7 +77,7 @@
- ** HT_WOULD_BLOCK if read or write would block
- ** HT_PAUSE if stream is paused
- */
--char * strnstr(char * haystack, int *pLen, char * needle)
-+PRIVATE char * strnstr(char * haystack, int *pLen, char * needle)
- {
- int found = 0;
- int need = strlen(needle);
-@@ -94,6 +95,7 @@
- *pLen = 0;
- return NULL;
- }
-+#endif
-
- /* int DebugBufferSize = INPUT_BUFFER_SIZE; */
-