diff options
author | Per Fogelstrom <pefo@cvs.openbsd.org> | 1996-08-31 09:15:13 +0000 |
---|---|---|
committer | Per Fogelstrom <pefo@cvs.openbsd.org> | 1996-08-31 09:15:13 +0000 |
commit | 4e8699f88ba9c1116dc7367e81f59b989770c212 (patch) | |
tree | faab9f4ba9ae522798edb8e02158fb8af974761e /sys | |
parent | 8f547f55975d4bad5f74d8fa0a3afce475ace830 (diff) |
Small addition
Diffstat (limited to 'sys')
-rw-r--r-- | sys/sys/proc.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/sys/proc.h b/sys/sys/proc.h index cd9c3d1ce2a..ae57b50cbc6 100644 --- a/sys/sys/proc.h +++ b/sys/sys/proc.h @@ -1,4 +1,4 @@ -/* $OpenBSD: proc.h,v 1.9 1996/08/25 09:51:47 deraadt Exp $ */ +/* $OpenBSD: proc.h,v 1.10 1996/08/31 09:15:12 pefo Exp $ */ /* $NetBSD: proc.h,v 1.44 1996/04/22 01:23:21 christos Exp $ */ /*- @@ -92,6 +92,7 @@ struct emul { /* Set registers before execution */ void (*e_setregs) __P((struct proc *, struct exec_package *, u_long, register_t *)); + int (*e_fixup) __P((struct proc *, struct exec_package *)); char *e_sigcode; /* Start of sigcode */ char *e_esigcode; /* End of sigcode */ }; |