Page MenuHomeFreeBSD

D37590.diff
No OneTemporary

D37590.diff

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

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)

Event Timeline