diff options
author | Peter Valchev <pvalchev@cvs.openbsd.org> | 2008-06-14 20:45:46 +0000 |
---|---|---|
committer | Peter Valchev <pvalchev@cvs.openbsd.org> | 2008-06-14 20:45:46 +0000 |
commit | 4834156a69f08bc5235e25f4317d5a4dca6d3d21 (patch) | |
tree | 8a2dde8c286be82283148d71d773f15133ba0b07 /usr.bin/sendbug | |
parent | 8e973c3a22e71e37a5ad5842d6b2a932f9f012a6 (diff) |
- remove ports category after discussion w/ many
- sync architectures list with reality and fix a few names
ok theo
Diffstat (limited to 'usr.bin/sendbug')
-rw-r--r-- | usr.bin/sendbug/sendbug.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/usr.bin/sendbug/sendbug.c b/usr.bin/sendbug/sendbug.c index 7229c75bfb3..ba9a5a6f107 100644 --- a/usr.bin/sendbug/sendbug.c +++ b/usr.bin/sendbug/sendbug.c @@ -1,4 +1,4 @@ -/* $OpenBSD: sendbug.c,v 1.56 2008/05/08 00:10:46 chl Exp $ */ +/* $OpenBSD: sendbug.c,v 1.57 2008/06/14 20:45:45 pvalchev Exp $ */ /* * Written by Ray Lai <ray@cyth.net>. @@ -39,8 +39,8 @@ int send_file(const char *, int); int sendmail(const char *); void template(FILE *); -const char *categories = "system user library documentation ports kernel " - "alpha amd64 arm i386 m68k m88k mips ppc sgi sparc sparc64 vax"; +const char *categories = "system user library documentation kernel " + "alpha amd64 arm hppa i386 m68k m88k mips64 powerpc sh sparc sparc64 vax"; char *version = "4.2"; const char *comment[] = { "<synopsis of the problem (one line)>", |