diff options
author | Niklas Hallqvist <niklas@cvs.openbsd.org> | 1997-08-07 09:10:44 +0000 |
---|---|---|
committer | Niklas Hallqvist <niklas@cvs.openbsd.org> | 1997-08-07 09:10:44 +0000 |
commit | b09e4df5e03a48fa0b2791643fe309b726ea15ba (patch) | |
tree | b71791b02d0430356663e18523895ab00c266783 /sys/arch/i386/include/svr4_machdep.h | |
parent | 63183ab468edad0b4b4bcd54761437820dc3a52a (diff) |
RCS tag + KNF
Diffstat (limited to 'sys/arch/i386/include/svr4_machdep.h')
-rw-r--r-- | sys/arch/i386/include/svr4_machdep.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/arch/i386/include/svr4_machdep.h b/sys/arch/i386/include/svr4_machdep.h index 13bbdb27419..bd6234049d2 100644 --- a/sys/arch/i386/include/svr4_machdep.h +++ b/sys/arch/i386/include/svr4_machdep.h @@ -1,3 +1,4 @@ +/* $OpenBSD: svr4_machdep.h,v 1.4 1997/08/07 09:10:43 niklas Exp $ */ /* $NetBSD: svr4_machdep.h,v 1.5 1995/03/31 02:51:37 christos Exp $ */ /* @@ -68,9 +69,8 @@ typedef struct { struct svr4_ucontext; -void svr4_getcontext __P((struct proc *, struct svr4_ucontext *, - int, int)); -int svr4_setcontext __P((struct proc *p, struct svr4_ucontext *)); +void svr4_getcontext __P((struct proc *, struct svr4_ucontext *, int, int)); +int svr4_setcontext __P((struct proc *, struct svr4_ucontext *)); void svr4_sendsig __P((sig_t, int, int, u_long, int, union sigval)); typedef struct { |