Deleted Added
full compact
31c31
< * $FreeBSD: head/sys/amd64/include/signal.h 190623 2009-04-01 13:44:28Z kib $
---
> * $FreeBSD: head/sys/amd64/include/signal.h 227399 2011-11-09 18:25:50Z kib $
50,52d49
< * Only the kernel should need these old type definitions.
< */
< /*
57a55,57
> *
> * The sequence of the fields/registers after sc_mask in struct
> * sigcontext must match those in mcontext_t and struct trapframe.
59,62d58
< /*
< * The sequence of the fields/registers in struct sigcontext should match
< * those in mcontext_t.
< */
96,97c92,93
< * XXX - See <machine/ucontext.h> and <machine/fpu.h> for
< * the following fields.
---
> * See <machine/ucontext.h> and <machine/fpu.h> for the following
> * fields.