Use svr4_setregs().

This commit is contained in:
mycroft 1998-01-24 12:34:16 +00:00
parent 69b60a733c
commit 112a8edc95
1 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
/* $NetBSD: svr4_exec.c,v 1.23 1996/10/13 00:08:26 christos Exp $ */
/* $NetBSD: svr4_exec.c,v 1.24 1998/01/24 12:34:16 mycroft Exp $ */
/*
* Copyright (c) 1994 Christos Zoulas
@ -71,7 +71,7 @@ struct emul emul_svr4 = {
svr4_syscallnames,
SVR4_AUX_ARGSIZ,
svr4_copyargs,
setregs,
svr4_setregs,
svr4_sigcode,
svr4_esigcode,
};