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 /sys/arch/hp300/include/ptrace.h | |
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 'sys/arch/hp300/include/ptrace.h')
-rw-r--r-- | sys/arch/hp300/include/ptrace.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/sys/arch/hp300/include/ptrace.h b/sys/arch/hp300/include/ptrace.h deleted file mode 100644 index d7682944e9e..00000000000 --- a/sys/arch/hp300/include/ptrace.h +++ /dev/null @@ -1,5 +0,0 @@ -/* $OpenBSD: ptrace.h,v 1.2 1997/01/12 15:13:42 downsj Exp $ */ -/* $NetBSD: ptrace.h,v 1.2 1994/10/26 07:26:42 cgd Exp $ */ - -/* Just use the common m68k definition */ -#include <m68k/ptrace.h> |