From 01bebf01277503d67e1a208085b2a86a44154993 Mon Sep 17 00:00:00 2001 From: Per Fogelstrom Date: Sat, 31 Aug 1996 09:24:11 +0000 Subject: Cleanup exec --- sys/compat/hpux/hpux_exec.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'sys/compat/hpux/hpux_exec.c') diff --git a/sys/compat/hpux/hpux_exec.c b/sys/compat/hpux/hpux_exec.c index 6ecf99b7b22..0bb9dea90a6 100644 --- a/sys/compat/hpux/hpux_exec.c +++ b/sys/compat/hpux/hpux_exec.c @@ -1,4 +1,4 @@ -/* $OpenBSD: hpux_exec.c,v 1.4 1996/08/25 12:19:48 deraadt Exp $ */ +/* $OpenBSD: hpux_exec.c,v 1.5 1996/08/31 09:24:01 pefo Exp $ */ /* $NetBSD: hpux_exec.c,v 1.3 1996/01/06 12:44:13 thorpej Exp $ */ /* @@ -84,6 +84,7 @@ struct emul emul_hpux = { 0, copyargs, setregs, + NULL, sigcode, esigcode, }; -- cgit v1.2.3