From b11751e72944985ec99a0cecaa1124c2e7335244 Mon Sep 17 00:00:00 2001 From: thorpej Date: Sun, 16 Mar 1997 09:16:11 +0000 Subject: [PATCH] Use hpux_setregs(). --- sys/compat/hpux/hpux_exec.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sys/compat/hpux/hpux_exec.c b/sys/compat/hpux/hpux_exec.c index b60a88f50b9f..3e9e03dc8950 100644 --- a/sys/compat/hpux/hpux_exec.c +++ b/sys/compat/hpux/hpux_exec.c @@ -1,4 +1,4 @@ -/* $NetBSD: hpux_exec.c,v 1.6 1997/03/16 03:48:00 thorpej Exp $ */ +/* $NetBSD: hpux_exec.c,v 1.7 1997/03/16 09:16:11 thorpej Exp $ */ /* * Copyright (c) 1995 Jason R. Thorpe. All rights reserved. @@ -83,7 +83,7 @@ struct emul emul_hpux = { hpux_syscallnames, 0, copyargs, - setregs, + hpux_setregs, sigcode, esigcode, };