OpenBSD cvs log

created 2022-02-13T19:49:34Z
begin 2022-02-08T09:41:04Z
end 2022-02-08T11:28:19Z
path src/sys
commits 1

date 2022-02-08T11:28:19Z
author dlg
files src/sys/kern/uipc_mbuf.c log diff annotate
message use sizeof(long) - 1 in m_pullup to determine payload alignment.

this makes it consistent with the rest of the network stack when
determining alignment.

ok bluhm@