diff options
Diffstat (limited to 'sys')
-rw-r--r-- | sys/arch/hppa64/hppa64/trap.c | 3 | ||||
-rw-r--r-- | sys/arch/m68k/m68k/m68k_machdep.c | 3 | ||||
-rw-r--r-- | sys/arch/m88k/m88k/trap.c | 3 | ||||
-rw-r--r-- | sys/arch/powerpc/powerpc/trap.c | 3 |
4 files changed, 4 insertions, 8 deletions
diff --git a/sys/arch/hppa64/hppa64/trap.c b/sys/arch/hppa64/hppa64/trap.c index f917976a8c5..c961defaf49 100644 --- a/sys/arch/hppa64/hppa64/trap.c +++ b/sys/arch/hppa64/hppa64/trap.c @@ -1,4 +1,4 @@ -/* $OpenBSD: trap.c,v 1.31 2012/08/07 05:16:53 guenther Exp $ */ +/* $OpenBSD: trap.c,v 1.32 2012/08/07 17:17:46 guenther Exp $ */ /* * Copyright (c) 2005 Michael Shalayeff @@ -23,7 +23,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> diff --git a/sys/arch/m68k/m68k/m68k_machdep.c b/sys/arch/m68k/m68k/m68k_machdep.c index e9e42eb266e..a0f8fd0b99f 100644 --- a/sys/arch/m68k/m68k/m68k_machdep.c +++ b/sys/arch/m68k/m68k/m68k_machdep.c @@ -1,4 +1,4 @@ -/* $OpenBSD: m68k_machdep.c,v 1.17 2012/08/07 05:16:53 guenther Exp $ */ +/* $OpenBSD: m68k_machdep.c,v 1.18 2012/08/07 17:17:46 guenther Exp $ */ /* $NetBSD: m68k_machdep.c,v 1.3 1997/06/12 09:57:04 veego Exp $ */ /*- @@ -36,7 +36,6 @@ #include <sys/proc.h> #include <sys/syscall.h> #include <sys/syscall_mi.h> -#include <sys/ktrace.h> #include <sys/user.h> #include <machine/cpu.h> diff --git a/sys/arch/m88k/m88k/trap.c b/sys/arch/m88k/m88k/trap.c index be32edeedde..4bafc17b4df 100644 --- a/sys/arch/m88k/m88k/trap.c +++ b/sys/arch/m88k/m88k/trap.c @@ -1,4 +1,4 @@ -/* $OpenBSD: trap.c,v 1.81 2012/08/07 05:16:53 guenther Exp $ */ +/* $OpenBSD: trap.c,v 1.82 2012/08/07 17:17:46 guenther Exp $ */ /* * Copyright (c) 2004, Miodrag Vallat. * Copyright (c) 1998 Steve Murphree, Jr. @@ -53,7 +53,6 @@ #include <sys/syscall.h> #include <sys/syscall_mi.h> #include <sys/systm.h> -#include <sys/ktrace.h> #include <uvm/uvm_extern.h> diff --git a/sys/arch/powerpc/powerpc/trap.c b/sys/arch/powerpc/powerpc/trap.c index e18597f1ce9..d3038fb3cf9 100644 --- a/sys/arch/powerpc/powerpc/trap.c +++ b/sys/arch/powerpc/powerpc/trap.c @@ -1,4 +1,4 @@ -/* $OpenBSD: trap.c,v 1.91 2012/08/07 05:16:54 guenther Exp $ */ +/* $OpenBSD: trap.c,v 1.92 2012/08/07 17:17:46 guenther Exp $ */ /* $NetBSD: trap.c,v 1.3 1996/10/13 03:31:37 christos Exp $ */ /* @@ -39,7 +39,6 @@ #include <sys/syscall_mi.h> #include <sys/systm.h> #include <sys/user.h> -#include <sys/ktrace.h> #include <sys/pool.h> #include <dev/cons.h> |