summaryrefslogtreecommitdiff
path: root/irc/sic/files/patch-utils.h
diff options
context:
space:
mode:
authorVanilla I. Shu <vanilla@FreeBSD.org>2014-08-17 03:17:29 +0000
committerVanilla I. Shu <vanilla@FreeBSD.org>2014-08-17 03:17:29 +0000
commit092e7fb981f3dbabea0ceb1361833b896f54f70a (patch)
tree1d3f3a67f0f8c9e82e8e9bf476fb19b06fe0411e /irc/sic/files/patch-utils.h
parent- Update to 3.0.4 [1] (diff)
Add missing patch, and rename patch-xx.
Submitted by: adamw@
Notes
Notes: svn path=/head/; revision=365150
Diffstat (limited to 'irc/sic/files/patch-utils.h')
-rw-r--r--irc/sic/files/patch-utils.h10
1 files changed, 10 insertions, 0 deletions
diff --git a/irc/sic/files/patch-utils.h b/irc/sic/files/patch-utils.h
new file mode 100644
index 000000000000..c2d9922594aa
--- /dev/null
+++ b/irc/sic/files/patch-utils.h
@@ -0,0 +1,10 @@
+--- utils.h.orig Sun Mar 31 19:33:07 2002
++++ utils.h Sun Mar 31 19:33:11 2002
+@@ -7,7 +7,6 @@
+ #ifndef _utils_h_
+ #define _utils_h_
+
+-extern char * strcasestr(const char *, const char *);
+ extern int rmatch(const char *, const char *);
+ extern char * my_cftime(char *, const int len, const char *, const time_t);
+ extern char * my_strftime(char *, const int len, const char *);