diff options
author | Mark Kettenis <kettenis@cvs.openbsd.org> | 2012-08-07 11:17:35 +0000 |
---|---|---|
committer | Mark Kettenis <kettenis@cvs.openbsd.org> | 2012-08-07 11:17:35 +0000 |
commit | 1d3e24c48b263fbcfc8a1c0b0a0cb50cff37820e (patch) | |
tree | 7248faf9dcc097d1d4bc20b5f33d2b601f5a9e8a /sys/arch/hppa | |
parent | 1778c2cbeb45f4644f5516abe336404d88e6b74a (diff) |
Don't include <sys/ktrace.h>; makes this file compile again.
Diffstat (limited to 'sys/arch/hppa')
-rw-r--r-- | sys/arch/hppa/hppa/trap.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/arch/hppa/hppa/trap.c b/sys/arch/hppa/hppa/trap.c index 7da4b3f4532..79054297e80 100644 --- a/sys/arch/hppa/hppa/trap.c +++ b/sys/arch/hppa/hppa/trap.c @@ -1,4 +1,4 @@ -/* $OpenBSD: trap.c,v 1.123 2012/08/07 05:16:53 guenther Exp $ */ +/* $OpenBSD: trap.c,v 1.124 2012/08/07 11:17:34 kettenis Exp $ */ /* * Copyright (c) 1998-2004 Michael Shalayeff @@ -32,7 +32,6 @@ #include <sys/systm.h> #include <sys/syscall.h> #include <sys/syscall_mi.h> -#include <sys/ktrace.h> #include <sys/proc.h> #include <sys/signalvar.h> #include <sys/user.h> |