From 4834156a69f08bc5235e25f4317d5a4dca6d3d21 Mon Sep 17 00:00:00 2001 From: Peter Valchev Date: Sat, 14 Jun 2008 20:45:46 +0000 Subject: - remove ports category after discussion w/ many - sync architectures list with reality and fix a few names ok theo --- usr.bin/sendbug/sendbug.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'usr.bin/sendbug') 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 . @@ -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[] = { "", -- cgit v1.2.3