From 3f1203679acea21de20f73db2665ccd1417ee1e9 Mon Sep 17 00:00:00 2001 From: jca Date: Sun, 10 Apr 2022 17:47:54 +0000 Subject: [PATCH] Add more missing archs to "categories": aarch64, mips64el and powerpc64 The categories listing is long and maybe adding archs in there isn't very relevant (any more?). --- usr.bin/sendbug/sendbug.c | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/usr.bin/sendbug/sendbug.c b/usr.bin/sendbug/sendbug.c index 9f419824922..5ac7352d6ab 100644 --- a/usr.bin/sendbug/sendbug.c +++ b/usr.bin/sendbug/sendbug.c @@ -1,4 +1,4 @@ -/* $OpenBSD: sendbug.c,v 1.79 2022/03/29 18:44:12 jca Exp $ */ +/* $OpenBSD: sendbug.c,v 1.80 2022/04/10 17:47:54 jca Exp $ */ /* * Written by Ray Lai . @@ -44,7 +44,8 @@ void template(FILE *); void usbdevs(FILE *); 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[] = { "", "", -- 2.20.1