CVSROOT: /cvs Module name: src Changes by: [email protected] 2021/12/21 06:07:53
Modified files:
usr.bin/tmux : tmux.h
Log message:
ARM's Morello CHERI architecture does not support pointers in packed
structures, so remove the packed attribute on struct grid_line and
reorder the members to eliminate unnecessary padding. From Jessica
Clarke in GitHub issue 3012.
