[BACK]Return to patch-ab CVS log [TXT][DIR] Up to [cvs.NetBSD.org] / pkgsrc / news / suck / patches

Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.

Diff for /pkgsrc/news/suck/patches/patch-ab between version 1.4 and 1.5

version 1.4, 2013/10/24 09:38:24 version 1.5, 2014/10/15 22:08:11
Line 1 
Line 1 
 $NetBSD$  $NetBSD$
   
 --- killfile.c.orig     2006-01-02 23:24:47.000000000 +0000  --- killfile.c.orig     2002-12-01 21:17:41.000000000 +0000
 +++ killfile.c  +++ 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 print_debug(PKillStruct, const char *);
  void debug_one_kill(POneKill);   void debug_one_kill(POneKill);
  void add_to_linkedlist(pmy_regex *, pmy_regex);   void add_to_linkedlist(pmy_regex *, pmy_regex);
 +#if !defined(__DragonFly__) && !defined(__APPLE__) && !defined(__sun)  -const char *strnstr(const char *, const char *);
  const char *strnstr(const char *, const char *);  
 +#endif  
  pmy_regex regex_scan(char *, char, int, int, char);   pmy_regex regex_scan(char *, char, int, int, char);
  int regex_check(char *, pmy_regex, int);   int regex_check(char *, pmy_regex, int);
   

Legend:
Removed from v.1.4  
changed lines
  Added in v.1.5

CVSweb <webmaster@jp.NetBSD.org>