https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=236057
Mark Johnston <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|New |Closed Resolution|--- |Not A Bug --- Comment #2 from Mark Johnston <[email protected]> --- (In reply to Roman Rybalko from comment #0) The field comment mismatch was fixed four years ago by r276167: https://svnweb.freebsd.org/base?view=revision&revision=276167 (In reply to Roman Rybalko from comment #1) Yes, this is expected. p_type is 32 bits wide in both definitions, so to avoid creating a hole between p_type and p_offset, which is 64 bits wide in elf64, they moved p_flags to fill the gap. -- You are receiving this mail because: You are the assignee for the bug. _______________________________________________ [email protected] mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-bugs To unsubscribe, send any mail to "[email protected]"
