Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F105769571
D10677.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
836 B
Referenced Files
None
Subscribers
None
D10677.diff
View Options
Index: head/sys/sys/proc.h
===================================================================
--- head/sys/sys/proc.h
+++ head/sys/sys/proc.h
@@ -624,13 +624,13 @@
pid_t p_reapsubtree; /* (e) Pid of the direct child of the
reaper which spawned
our subtree. */
- u_int p_xexit; /* (c) Exit code. */
- u_int p_xsig; /* (c) Stop/kill sig. */
uint16_t p_elf_machine; /* (x) ELF machine type */
uint64_t p_elf_flags; /* (x) ELF flags */
-
/* End area that is copied on creation. */
-#define p_endcopy p_elf_flags
+#define p_endcopy p_xexit
+
+ u_int p_xexit; /* (c) Exit code. */
+ u_int p_xsig; /* (c) Stop/kill sig. */
struct pgrp *p_pgrp; /* (c + e) Pointer to process group. */
struct knlist *p_klist; /* (c) Knotes attached to this proc. */
int p_numthreads; /* (c) Number of threads. */
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Sat, Dec 21, 10:55 AM (14 h, 30 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
15540573
Default Alt Text
D10677.diff (836 B)
Attached To
Mode
D10677: Fix p_endcopy.
Attached
Detach File
Event Timeline
Log In to Comment