=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/kdump/kdump.c,v retrieving revision 1.25 retrieving revision 1.26 diff -u -r1.25 -r1.26 --- src/usr.bin/kdump/kdump.c 2004/07/09 21:52:21 1.25 +++ src/usr.bin/kdump/kdump.c 2004/07/09 23:51:40 1.26 @@ -1,4 +1,4 @@ -/* $OpenBSD: kdump.c,v 1.25 2004/07/09 21:52:21 mickey Exp $ */ +/* $OpenBSD: kdump.c,v 1.26 2004/07/09 23:51:40 deraadt Exp $ */ /*- * Copyright (c) 1988, 1993 @@ -39,7 +39,7 @@ #if 0 static char sccsid[] = "@(#)kdump.c 8.4 (Berkeley) 4/28/95"; #endif -static char *rcsid = "$OpenBSD: kdump.c,v 1.25 2004/07/09 21:52:21 mickey Exp $"; +static char *rcsid = "$OpenBSD: kdump.c,v 1.26 2004/07/09 23:51:40 deraadt Exp $"; #endif /* not lint */ #include @@ -76,7 +76,9 @@ #include #include #include +#if defined(__hppa__) || defined(__m68k__) #include +#endif #include #include #include @@ -98,7 +100,9 @@ #include #include #include +#if defined(__hppa__) || defined(__m68k__) #include +#endif #include #include #include @@ -123,7 +127,9 @@ 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 },