summaryrefslogtreecommitdiff
path: root/news
diff options
context:
space:
mode:
authorjoerg <joerg@pkgsrc.org>2014-10-15 22:08:11 +0000
committerjoerg <joerg@pkgsrc.org>2014-10-15 22:08:11 +0000
commit119d61b2ef21e2fd1d3b8c2c0abe95d3a04867fc (patch)
tree1167c83190bf9d6988dd1ee9b3a3ab3d0ff97f31 /news
parent4e523ef6440cea1932c2bb9a6baccb5e524f3560 (diff)
downloadpkgsrc-119d61b2ef21e2fd1d3b8c2c0abe95d3a04867fc.tar.gz
Remove unused strnstr prototype.
Diffstat (limited to 'news')
-rw-r--r--news/suck/distinfo4
-rw-r--r--news/suck/patches/patch-ab10
2 files changed, 6 insertions, 8 deletions
diff --git a/news/suck/distinfo b/news/suck/distinfo
index 9512b4308be..223b4405a5b 100644
--- a/news/suck/distinfo
+++ b/news/suck/distinfo
@@ -1,8 +1,8 @@
-$NetBSD: distinfo,v 1.10 2013/10/24 09:38:24 jperkin Exp $
+$NetBSD: distinfo,v 1.11 2014/10/15 22:08:11 joerg Exp $
SHA1 (suck-4.3.2.tar.gz) = 8c48889e407473ab565a3d8ba5cda969862d216a
RMD160 (suck-4.3.2.tar.gz) = bbe952cc1dc8c76fad6651b3530cb87daeb6bb1a
Size (suck-4.3.2.tar.gz) = 187560 bytes
SHA1 (patch-aa) = 970ffa385a2b2b3f95944ba9a4321452bb247319
-SHA1 (patch-ab) = 04b4e5774f71bff4e47ee109e964d4ba3cc8ef89
+SHA1 (patch-ab) = c0bfe3946e4e2360ccc85e8bbf4abaf837f4ace4
SHA1 (patch-ac) = a87364cfc877f2ba782fda6f855da37a1beef09d
diff --git a/news/suck/patches/patch-ab b/news/suck/patches/patch-ab
index 9cf748e7479..960a99104b3 100644
--- a/news/suck/patches/patch-ab
+++ b/news/suck/patches/patch-ab
@@ -1,14 +1,12 @@
-$NetBSD: patch-ab,v 1.4 2013/10/24 09:38:24 jperkin Exp $
+$NetBSD: patch-ab,v 1.5 2014/10/15 22:08:11 joerg Exp $
---- killfile.c.orig 2006-01-02 23:24:47.000000000 +0000
+--- killfile.c.orig 2002-12-01 21:17:41.000000000 +0000
+++ killfile.c
-@@ -55,7 +55,9 @@ int check_a_group(PMaster, POneKill, cha
+@@ -55,7 +55,6 @@ int check_a_group(PMaster, POneKill, cha
void print_debug(PKillStruct, const char *);
void debug_one_kill(POneKill);
void add_to_linkedlist(pmy_regex *, pmy_regex);
-+#if !defined(__DragonFly__) && !defined(__APPLE__) && !defined(__sun)
- const char *strnstr(const char *, const char *);
-+#endif
+-const char *strnstr(const char *, const char *);
pmy_regex regex_scan(char *, char, int, int, char);
int regex_check(char *, pmy_regex, int);