[BACK]Return to pkill.c CVS log [TXT][DIR] Up to [local] / src / usr.bin / pkill

Diff for /src/usr.bin/pkill/pkill.c between version 1.33 and 1.34

version 1.33, 2013/09/22 17:28:34 version 1.34, 2013/11/12 13:54:51
Line 106 
Line 106 
 int     killact(struct kinfo_proc *, int);  int     killact(struct kinfo_proc *, int);
 int     grepact(struct kinfo_proc *, int);  int     grepact(struct kinfo_proc *, int);
 void    makelist(struct listhead *, enum listtype, char *);  void    makelist(struct listhead *, enum listtype, char *);
   char    *getargv(struct kinfo_proc *);
   int     askyn(struct kinfo_proc *);
   
 extern char *__progname;  extern char *__progname;
   

Legend:
Removed from v.1.33  
changed lines
  Added in v.1.34