From 0438d90b363b3ca267505fe28ed18d044e0b9f88 Mon Sep 17 00:00:00 2001 From: Kris Kennaway Date: Sat, 26 Jan 2002 11:27:44 +0000 Subject: [PATCH] CVS didn't add these properly along with the rest of the update --- net/gopher/files/patch-aa | 10 ++++++++++ net/gopher/files/patch-ab | 31 +++++++++++++++++++++++++++++++ net/gopher/files/patch-ac | 11 +++++++++++ 3 files changed, 52 insertions(+) create mode 100644 net/gopher/files/patch-aa create mode 100644 net/gopher/files/patch-ab create mode 100644 net/gopher/files/patch-ac diff --git a/net/gopher/files/patch-aa b/net/gopher/files/patch-aa new file mode 100644 index 000000000000..5af6cfd996eb --- /dev/null +++ b/net/gopher/files/patch-aa @@ -0,0 +1,10 @@ +--- ./object/util.h.orig Fri Aug 18 17:28:56 2000 ++++ ./object/util.h Sat Jan 26 02:16:25 2002 +@@ -57,7 +57,6 @@ + void Fromhexstr(char * , char *); + void Tohexstr(char *input, char *output); + void Hexall(char *input, char *output); +-char *strcasestr(char *inputline, char *match); + char *skip_whitespace(char *); + + /* diff --git a/net/gopher/files/patch-ab b/net/gopher/files/patch-ab new file mode 100644 index 000000000000..cfc380516471 --- /dev/null +++ b/net/gopher/files/patch-ab @@ -0,0 +1,31 @@ +--- ./object/util.c.orig Tue Dec 19 17:19:20 2000 ++++ ./object/util.c Sat Jan 26 02:16:51 2002 +@@ -584,28 +584,6 @@ + + + /* +- * String insensitive strstr +- */ +- +-char * +-strcasestr(char *inputline, char *match) +-{ +- int matchlen=0; +- int i, inlen; +- +- matchlen = strlen(match); +- inlen = strlen(inputline); +- +- for(i=0; i