Wed Oct 15 22:08:11 2014 UTC ()
Remove unused strnstr prototype.


(joerg)
diff -r1.10 -r1.11 pkgsrc/news/suck/distinfo
diff -r1.4 -r1.5 pkgsrc/news/suck/patches/patch-ab

cvs diff -r1.10 -r1.11 pkgsrc/news/suck/distinfo (expand / switch to unified diff)

--- pkgsrc/news/suck/distinfo 2013/10/24 09:38:24 1.10
+++ pkgsrc/news/suck/distinfo 2014/10/15 22:08:11 1.11
@@ -1,8 +1,8 @@ @@ -1,8 +1,8 @@
1$NetBSD: distinfo,v 1.10 2013/10/24 09:38:24 jperkin Exp $ 1$NetBSD: distinfo,v 1.11 2014/10/15 22:08:11 joerg Exp $
2 2
3SHA1 (suck-4.3.2.tar.gz) = 8c48889e407473ab565a3d8ba5cda969862d216a 3SHA1 (suck-4.3.2.tar.gz) = 8c48889e407473ab565a3d8ba5cda969862d216a
4RMD160 (suck-4.3.2.tar.gz) = bbe952cc1dc8c76fad6651b3530cb87daeb6bb1a 4RMD160 (suck-4.3.2.tar.gz) = bbe952cc1dc8c76fad6651b3530cb87daeb6bb1a
5Size (suck-4.3.2.tar.gz) = 187560 bytes 5Size (suck-4.3.2.tar.gz) = 187560 bytes
6SHA1 (patch-aa) = 970ffa385a2b2b3f95944ba9a4321452bb247319 6SHA1 (patch-aa) = 970ffa385a2b2b3f95944ba9a4321452bb247319
7SHA1 (patch-ab) = 04b4e5774f71bff4e47ee109e964d4ba3cc8ef89 7SHA1 (patch-ab) = c0bfe3946e4e2360ccc85e8bbf4abaf837f4ace4
8SHA1 (patch-ac) = a87364cfc877f2ba782fda6f855da37a1beef09d 8SHA1 (patch-ac) = a87364cfc877f2ba782fda6f855da37a1beef09d

cvs diff -r1.4 -r1.5 pkgsrc/news/suck/patches/patch-ab (expand / switch to unified diff)

--- pkgsrc/news/suck/patches/patch-ab 2013/10/24 09:38:24 1.4
+++ pkgsrc/news/suck/patches/patch-ab 2014/10/15 22:08:11 1.5
@@ -1,14 +1,12 @@ @@ -1,14 +1,12 @@
1$NetBSD: patch-ab,v 1.4 2013/10/24 09:38:24 jperkin Exp $ 1$NetBSD: patch-ab,v 1.5 2014/10/15 22:08:11 joerg Exp $
2 2
3--- killfile.c.orig 2006-01-02 23:24:47.000000000 +0000 3--- killfile.c.orig 2002-12-01 21:17:41.000000000 +0000
4+++ killfile.c 4+++ killfile.c
5@@ -55,7 +55,9 @@ int check_a_group(PMaster, POneKill, cha 5@@ -55,7 +55,6 @@ int check_a_group(PMaster, POneKill, cha
6 void print_debug(PKillStruct, const char *); 6 void print_debug(PKillStruct, const char *);
7 void debug_one_kill(POneKill); 7 void debug_one_kill(POneKill);
8 void add_to_linkedlist(pmy_regex *, pmy_regex); 8 void add_to_linkedlist(pmy_regex *, pmy_regex);
9+#if !defined(__DragonFly__) && !defined(__APPLE__) && !defined(__sun) 9-const char *strnstr(const char *, const char *);
10 const char *strnstr(const char *, const char *); 
11+#endif 
12 pmy_regex regex_scan(char *, char, int, int, char); 10 pmy_regex regex_scan(char *, char, int, int, char);
13 int regex_check(char *, pmy_regex, int); 11 int regex_check(char *, pmy_regex, int);
14  12