diff options
Diffstat (limited to 'usr.bin/sendbug/sendbug.c')
-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)>", |