Back a small part of the last patch.

This commit is contained in:
Matthew N. Dodd 2002-03-29 09:41:03 +00:00
parent c427e90a6d
commit 98db21b9c7
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=93376

View File

@ -213,10 +213,10 @@ fddi_output(ifp, m, dst, rt0)
case pseudo_AF_HDRCMPLT:
{
struct fddi_header *fh;
struct ether_header *eh;
hdrcmplt = 1;
fh = (struct fddi_header *)dst->sa_data;
bcopy((caddr_t)fh->fddi_shost, (caddr_t)esrc, FDDI_ADDR_LEN);
eh = (struct ether_header *)dst->sa_data;
bcopy((caddr_t)eh->ether_shost, (caddr_t)esrc, FDDI_ADDR_LEN);
/* FALLTHROUGH */
}