K 10 svn:author V 7 rwatson K 8 svn:date V 27 2008-01-30T22:25:34.000000Z K 7 svn:log V 344 Merge ddp_output.c:1.32 from HEAD to RELENG_7: Annotate two possible bugs in a comment: (1) we allocate and explicitly prepend a data mbuf in front of a header mbuf without moving the header to the new mbuf, and (2) a possible alignment problem on architectures with strict alignment as reported in kern/4184. PR: kern/4184 (1) END