PERFORCE change 28126 for review
Peter Wemm
peter at FreeBSD.org
Fri Apr 4 18:06:32 PST 2003
http://perforce.freebsd.org/chv.cgi?CH=28126
Change 28126 by peter at peter_daintree on 2003/04/04 18:06:24
there are no 4.x hammer binaries
Affected files ...
.. //depot/projects/hammer/sys/x86_64/include/ucontext.h#7 edit
Differences ...
==== //depot/projects/hammer/sys/x86_64/include/ucontext.h#7 (text+ko) ====
@@ -74,31 +74,4 @@
int mc_spare2[8];
} mcontext_t;
-#if defined(_KERNEL) && defined(COMPAT_FREEBSD4)
-struct mcontext4 {
- int mc_onstack; /* XXX - sigcontext compat. */
- int mc_gs; /* machine state (struct trapframe) */
- int mc_fs;
- int mc_es;
- int mc_ds;
- int mc_edi;
- int mc_esi;
- int mc_ebp;
- int mc_isp;
- int mc_ebx;
- int mc_edx;
- int mc_ecx;
- int mc_eax;
- int mc_trapno;
- int mc_err;
- int mc_eip;
- int mc_cs;
- int mc_eflags;
- int mc_esp; /* machine state */
- int mc_ss;
- int mc_fpregs[28]; /* env87 + fpacc87 + u_long */
- int __spare__[17];
-};
-#endif
-
#endif /* !_MACHINE_UCONTEXT_H_ */
More information about the p4-projects
mailing list