commit | 941789e470199df4f612368f669ecc0fd096fb9a | [log] [tgz] |
---|---|---|
author | Greg Troxel <gdt@ir.bbn.com> | Mon Mar 23 15:16:29 2015 -0400 |
committer | Greg Troxel <gdt@ir.bbn.com> | Mon Mar 23 15:16:29 2015 -0400 |
tree | 7320a1dad4346e06a77d786274d8e8962688db00 | |
parent | ec62e1438ece9af0546f9028aa1403f2c84bf177 [diff] |
Fix alignment assumptions on non-RT_ROUNDUP platforms. The comment said that apple uses int and BSD traditionally used long, but the code was backwards. This fixes apple to be int, and otherwise long. That should make FreeBSD, which aligns to long, work correctly, even without using SA_SIZE.