diff options
| author | christos <christos@NetBSD.org> | 2001-07-29 21:28:45 +0000 |
|---|---|---|
| committer | christos <christos@NetBSD.org> | 2001-07-29 21:28:45 +0000 |
| commit | 934898bc3271edacfb9b80aab725dae6737880ac (patch) | |
| tree | 15a38a7d4d063eecdadc0c75be4ec04a15ab2399 /sys/compat/linux/common/linux_exec.h | |
| parent | b474b9ac65c95b4c60ba7c4e44eb8b2add3f0436 (diff) | |
Adjust to the new copyargs() footprint.
Diffstat (limited to 'sys/compat/linux/common/linux_exec.h')
| -rw-r--r-- | sys/compat/linux/common/linux_exec.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/compat/linux/common/linux_exec.h b/sys/compat/linux/common/linux_exec.h index c8bef308b62..4e4e6ac728e 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.15 2001/06/18 02:00:53 christos Exp $ */ +/* $NetBSD: linux_exec.h,v 1.16 2001/07/29 21:28:45 christos Exp $ */ /*- * Copyright (c) 1995, 1998 The NetBSD Foundation, Inc. @@ -93,8 +93,8 @@ extern const struct emul emul_linux; void linux_setregs __P((struct proc *, struct exec_package *, u_long)); int exec_linux_aout_makecmds __P((struct proc *, struct exec_package *)); -void *linux_aout_copyargs __P((struct exec_package *, - struct ps_strings *, void *, void *)); +int linux_aout_copyargs __P((struct exec_package *, struct ps_strings *, + char **, void *)); void linux_trapsignal __P((struct proc *, int, u_long)); #ifdef EXEC_ELF32 |
