Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F111586682
D33880.id.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
776 B
Referenced Files
None
Subscribers
None
D33880.id.diff
View Options
diff --git a/sys/i386/include/ucontext.h b/sys/i386/include/ucontext.h
--- a/sys/i386/include/ucontext.h
+++ b/sys/i386/include/ucontext.h
@@ -34,7 +34,7 @@
#define _MACHINE_UCONTEXT_H_
#if defined(_KERNEL) && defined(COMPAT_FREEBSD4)
-struct mcontext4 {
+struct freebsd4_mcontext {
__register_t mc_onstack; /* XXX - sigcontext compat. */
__register_t mc_gs; /* machine state (struct trapframe) */
__register_t mc_fs;
diff --git a/sys/sys/ucontext.h b/sys/sys/ucontext.h
--- a/sys/sys/ucontext.h
+++ b/sys/sys/ucontext.h
@@ -43,7 +43,7 @@
#if defined(__i386__)
struct freebsd4_ucontext {
sigset_t uc_sigmask;
- struct mcontext4 uc_mcontext;
+ struct freebsd4_mcontext uc_mcontext;
struct freebsd4_ucontext *uc_link;
stack_t uc_stack;
int __spare__[8];
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Thu, Mar 6, 3:37 PM (7 h, 21 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
17016282
Default Alt Text
D33880.id.diff (776 B)
Attached To
Mode
D33880: Rename struct mcontext4 to struct freebsd4_mcontext.
Attached
Detach File
Event Timeline
Log In to Comment