diff --git a/sys/compat/netbsd32/netbsd32.h b/sys/compat/netbsd32/netbsd32.h index 0e2ccb7b264f..7dc7c7f6812d 100644 --- a/sys/compat/netbsd32/netbsd32.h +++ b/sys/compat/netbsd32/netbsd32.h @@ -1,4 +1,4 @@ -/* $NetBSD: netbsd32.h,v 1.26 2004/01/15 14:34:38 mrg Exp $ */ +/* $NetBSD: netbsd32.h,v 1.27 2004/01/21 11:28:30 mrg Exp $ */ /* * Copyright (c) 1998, 2001 Matthew R. Green @@ -551,10 +551,6 @@ void netbsd32_si32_to_si(siginfo_t *, siginfo32_t *); int coredump_netbsd32(struct lwp *, struct vnode *, struct ucred *); -/* ktrace helper - only ktrsyscall() needs a different version */ -void ktrsyscall32(struct proc *, register_t, register_t, - const struct sysent *, register64_t []); - /* * random other stuff */