From 73803e6455f42883135a7c19e1d118ff952fc86e Mon Sep 17 00:00:00 2001 From: Philip Guenthe Date: Tue, 29 Jun 2010 20:30:34 +0000 Subject: Remove COMPAT_HPUX. No one wanted to support it and its fewmets were blocking other cleanups ok miod@ --- usr.bin/kdump/kdump.c | 11 +---------- 1 file changed, 1 insertion(+), 10 deletions(-) (limited to 'usr.bin/kdump/kdump.c') diff --git a/usr.bin/kdump/kdump.c b/usr.bin/kdump/kdump.c index 6b96df9d80b..1b90a9cef42 100644 --- a/usr.bin/kdump/kdump.c +++ b/usr.bin/kdump/kdump.c @@ -1,4 +1,4 @@ -/* $OpenBSD: kdump.c,v 1.42 2010/06/29 17:35:15 tedu Exp $ */ +/* $OpenBSD: kdump.c,v 1.43 2010/06/29 20:30:33 guenther Exp $ */ /*- * Copyright (c) 1988, 1993 @@ -64,9 +64,6 @@ pid_t pid = -1; #include #include -#if defined(__hppa__) || defined(__m68k__) -#include -#endif #include #include #include @@ -86,9 +83,6 @@ pid_t pid = -1; #include #include -#if defined(__hppa__) || defined(__m68k__) -#include -#endif #include #include #include @@ -112,9 +106,6 @@ struct emulation { static struct emulation emulations[] = { { "native", syscallnames, SYS_MAXSYSCALL }, -#if defined(__hppa__) || defined(__m68k__) - { "hpux", hpux_syscallnames, HPUX_SYS_MAXSYSCALL }, -#endif { "ibcs2", ibcs2_syscallnames, IBCS2_SYS_MAXSYSCALL }, { "linux", linux_syscallnames, LINUX_SYS_MAXSYSCALL }, { "osf1", osf1_syscallnames, OSF1_SYS_MAXSYSCALL }, -- cgit v1.2.3