diff options
Diffstat (limited to 'sys/compat/linux/common/linux_exec.h')
| -rw-r--r-- | sys/compat/linux/common/linux_exec.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/compat/linux/common/linux_exec.h b/sys/compat/linux/common/linux_exec.h index bdea6df889e..8181e06716c 100644 --- a/sys/compat/linux/common/linux_exec.h +++ b/sys/compat/linux/common/linux_exec.h @@ -1,4 +1,4 @@ -/* $NetBSD: linux_exec.h,v 1.30 2003/09/06 22:09:22 christos Exp $ */ +/* $NetBSD: linux_exec.h,v 1.31 2003/09/25 22:00:02 christos Exp $ */ /*- * Copyright (c) 1995, 1998 The NetBSD Foundation, Inc. @@ -127,7 +127,7 @@ int exec_linux_aout_makecmds __P((struct proc *, struct exec_package *)); int linux_aout_copyargs __P((struct proc *, struct exec_package *, struct ps_strings *, char **, void *)); #ifdef __HAVE_SIGINFO -void linux_trapsignal __P((struct lwp *, ksiginfo_t *)); +void linux_trapsignal __P((struct lwp *, const ksiginfo_t *)); #else void linux_trapsignal __P((struct lwp *, int, u_long)); #endif |
