summaryrefslogtreecommitdiffstats
path: root/usr.bin/sendbug/sendbug.c
diff options
context:
space:
mode:
authorpvalchev <pvalchev@openbsd.org>2008-06-14 20:45:45 +0000
committerpvalchev <pvalchev@openbsd.org>2008-06-14 20:45:45 +0000
commit62f9cc1070587911a3e9327846ad1f5b778eba0f (patch)
tree7963c8b07b15ecfcd3756fcee3d6e9f84a0743bd /usr.bin/sendbug/sendbug.c
parentunfuck CVS/Tag creation, karma sucks doesn't it. (diff)
downloadwireguard-openbsd-62f9cc1070587911a3e9327846ad1f5b778eba0f.tar.xz
wireguard-openbsd-62f9cc1070587911a3e9327846ad1f5b778eba0f.zip
- 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/sendbug.c')
-rw-r--r--usr.bin/sendbug/sendbug.c6
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)>",