Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F105307434
D37590.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
711 B
Referenced Files
None
Subscribers
None
D37590.diff
View Options
diff --git a/sys/compat/freebsd32/freebsd32.h b/sys/compat/freebsd32/freebsd32.h
--- a/sys/compat/freebsd32/freebsd32.h
+++ b/sys/compat/freebsd32/freebsd32.h
@@ -492,6 +492,11 @@
int32_t stbcnt;
};
+struct ptrace_sc_ret32 {
+ uint32_t sr_retval[2];
+ int sr_error;
+};
+
struct ptrace_coredump32 {
int pc_fd;
uint32_t pc_flags;
diff --git a/sys/compat/freebsd32/freebsd32_misc.c b/sys/compat/freebsd32/freebsd32_misc.c
--- a/sys/compat/freebsd32/freebsd32_misc.c
+++ b/sys/compat/freebsd32/freebsd32_misc.c
@@ -133,11 +133,6 @@
uint32_t piod_len;
};
-struct ptrace_sc_ret32 {
- uint32_t sr_retval[2];
- int sr_error;
-};
-
struct ptrace_vm_entry32 {
int pve_entry;
int pve_timestamp;
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Sun, Dec 15, 6:03 PM (9 h, 56 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
15415561
Default Alt Text
D37590.diff (711 B)
Attached To
Mode
D37590: ptrace(2): add PT_SC_REMOTE remote syscall request
Attached
Detach File
Event Timeline
Log In to Comment