Minor style nit.

This commit is contained in:
thorpej 2004-08-28 21:56:00 +00:00
parent 606336a153
commit cfc755477e

View File

@ -1,4 +1,4 @@
/* $NetBSD: linux_trap.c,v 1.5 2003/09/25 22:04:17 christos Exp $ */
/* $NetBSD: linux_trap.c,v 1.6 2004/08/28 21:56:00 thorpej Exp $ */
/*-
* Copyright (c) 2001 The NetBSD Foundation, Inc.
@ -37,7 +37,7 @@
*/
#include <sys/cdefs.h>
__KERNEL_RCSID(0, "$NetBSD: linux_trap.c,v 1.5 2003/09/25 22:04:17 christos Exp $");
__KERNEL_RCSID(0, "$NetBSD: linux_trap.c,v 1.6 2004/08/28 21:56:00 thorpej Exp $");
#include <sys/param.h>
#include <sys/systm.h>
@ -51,6 +51,7 @@ __KERNEL_RCSID(0, "$NetBSD: linux_trap.c,v 1.5 2003/09/25 22:04:17 christos Exp
#include <compat/linux/common/linux_exec.h>
void
linux_trapsignal(struct lwp *l, const ksiginfo_t *ksi) {
linux_trapsignal(struct lwp *l, const ksiginfo_t *ksi)
{
trapsignal(l, ksi);
}