[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.79 and 1.80

version 1.79, 2022/03/29 18:44:12 version 1.80, 2022/04/10 17:47:54
Line 44 
Line 44 
 void    usbdevs(FILE *);  void    usbdevs(FILE *);
   
 const char *categories = "system user library documentation kernel "  const char *categories = "system user library documentation kernel "
     "alpha amd64 arm hppa i386 m88k mips64 powerpc riscv64 sh sparc64";      "alpha aarch64 amd64 arm hppa i386 m88k mips64 mips64el powerpc powerpc64 "
       "riscv64 sh sparc64";
 const char *comment[] = {  const char *comment[] = {
         "<synopsis of the problem (one line)>",          "<synopsis of the problem (one line)>",
         "<PR category (one line)>",          "<PR category (one line)>",

Legend:
Removed from v.1.79  
changed lines
  Added in v.1.80