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

Diff for /src/usr.bin/sendbug/sendbug.c between version 1.56 and 1.57

version 1.56, 2008/05/08 00:10:46 version 1.57, 2008/06/14 20:45:45
Line 39 
Line 39 
 int     sendmail(const char *);  int     sendmail(const char *);
 void    template(FILE *);  void    template(FILE *);
   
 const char *categories = "system user library documentation ports kernel "  const char *categories = "system user library documentation kernel "
     "alpha amd64 arm i386 m68k m88k mips ppc sgi sparc sparc64 vax";      "alpha amd64 arm hppa i386 m68k m88k mips64 powerpc sh sparc sparc64 vax";
 char *version = "4.2";  char *version = "4.2";
 const char *comment[] = {  const char *comment[] = {
         "<synopsis of the problem (one line)>",          "<synopsis of the problem (one line)>",

Legend:
Removed from v.1.56  
changed lines
  Added in v.1.57