diff options
author | Miod Vallat <miod@cvs.openbsd.org> | 2014-03-18 22:36:38 +0000 |
---|---|---|
committer | Miod Vallat <miod@cvs.openbsd.org> | 2014-03-18 22:36:38 +0000 |
commit | 954b1a417ec63f20d2dde0645d24641005375a40 (patch) | |
tree | 4d3b982016a572dbb41f88eb76f38a29039036bb /usr.bin/sendbug | |
parent | 7e9918e631c8d89e4daeae75c43b6381c34a8610 (diff) |
Retire hp300, mvme68k and mvme88k ports. These ports have no users, keeping
this hardware alive is becoming increasingly difficult, and I should heed the
message sent by the three disks which have died on me over the last few days.
Noone sane will mourn these ports anyway. So long, and thanks for the fish.
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 697cdf16682..616202fdb68 100644 --- a/usr.bin/sendbug/sendbug.c +++ b/usr.bin/sendbug/sendbug.c @@ -1,4 +1,4 @@ -/* $OpenBSD: sendbug.c,v 1.67 2012/07/21 19:55:17 phessler Exp $ */ +/* $OpenBSD: sendbug.c,v 1.68 2014/03/18 22:36:37 miod Exp $ */ /* * Written by Ray Lai <ray@cyth.net>. @@ -45,8 +45,8 @@ void template(FILE *); void usbdevs(FILE *); 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"; + "alpha amd64 arm hppa i386 m88k mips64 powerpc sh sparc sparc64 vax"; +char *version = "5.5"; const char *comment[] = { "<synopsis of the problem (one line)>", "<PR category (one line)>", |