diff options
| author | mycroft <mycroft@NetBSD.org> | 1998-01-24 12:32:15 +0000 |
|---|---|---|
| committer | mycroft <mycroft@NetBSD.org> | 1998-01-24 12:32:15 +0000 |
| commit | 72623d8443bb8e589222d141b8694bc97377a640 (patch) | |
| tree | 73353041ac6125f3c900f716f2ddeafee7b3e9bd /sys/compat/linux/common/linux_exec.c | |
| parent | 5685520ac1e36dd8abebaaa33a75b2ee9779948d (diff) | |
Use linux_setregs().
Diffstat (limited to 'sys/compat/linux/common/linux_exec.c')
| -rw-r--r-- | sys/compat/linux/common/linux_exec.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/compat/linux/common/linux_exec.c b/sys/compat/linux/common/linux_exec.c index 183c1c83338..b3e8c568188 100644 --- a/sys/compat/linux/common/linux_exec.c +++ b/sys/compat/linux/common/linux_exec.c @@ -1,4 +1,4 @@ -/* $NetBSD: linux_exec.c,v 1.25 1996/10/13 18:30:05 christos Exp $ */ +/* $NetBSD: linux_exec.c,v 1.26 1998/01/24 12:32:15 mycroft Exp $ */ /* * Copyright (c) 1995 Frank van der Linden @@ -91,7 +91,7 @@ struct emul emul_linux_aout = { linux_syscallnames, LINUX_AOUT_AUX_ARGSIZ, linux_aout_copyargs, - setregs, + linux_setregs, linux_sigcode, linux_esigcode, }; @@ -106,7 +106,7 @@ struct emul emul_linux_elf = { linux_syscallnames, LINUX_ELF_AUX_ARGSIZ, elf32_copyargs, - setregs, + linux_setregs, linux_sigcode, linux_esigcode, }; |
