>Synopsis:      got sparc?
>Category:      sparc
>Environment:
        System      : OpenBSD 6.5
        Details     : OpenBSD 6.5-current (GENERIC.MP) #39: Fri May 24 17:04:25 
MDT 2019
                         
dera...@amd64.openbsd.org:/usr/src/sys/arch/amd64/compile/GENERIC.MP

        Architecture: OpenBSD.amd64
        Machine     : amd64
>Description:
listing for categories still has sparc..
>How-To-Repeat:
$ sendbug
# see the suggested categories
>Fix:
and apparently i missed vax myself, oh well:]

diff --git a/usr.bin/sendbug/sendbug.c b/usr.bin/sendbug/sendbug.c
index cf3385b46ae..fdaef814fe4 100644
--- a/usr.bin/sendbug/sendbug.c
+++ b/usr.bin/sendbug/sendbug.c
@@ -44,7 +44,7 @@ void  template(FILE *);
 void   usbdevs(FILE *);
 
 const char *categories = "system user library documentation kernel "
-    "alpha amd64 arm hppa i386 m88k mips64 powerpc sh sparc sparc64 vax";
+    "alpha amd64 arm hppa i386 m88k mips64 powerpc sh sparc64 vax";
 const char *comment[] = {
        "<synopsis of the problem (one line)>",
        "<PR category (one line)>",

Reply via email to