delete ktrsyscall32() prototype

This commit is contained in:
mrg 2004-01-21 11:28:30 +00:00
parent a57cf46007
commit 6f15ac16fc
1 changed files with 1 additions and 5 deletions

View File

@ -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
*/