diff --git a/sys/arch/m68k/m68k/linux_trap.c b/sys/arch/m68k/m68k/linux_trap.c index a6ab7fb25d7c..baa5cc8cf0d3 100644 --- a/sys/arch/m68k/m68k/linux_trap.c +++ b/sys/arch/m68k/m68k/linux_trap.c @@ -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 -__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 #include @@ -51,6 +51,7 @@ __KERNEL_RCSID(0, "$NetBSD: linux_trap.c,v 1.5 2003/09/25 22:04:17 christos Exp #include void -linux_trapsignal(struct lwp *l, const ksiginfo_t *ksi) { +linux_trapsignal(struct lwp *l, const ksiginfo_t *ksi) +{ trapsignal(l, ksi); }