summaryrefslogtreecommitdiffstats
path: root/sys/pc98
diff options
context:
space:
mode:
authorkato <kato@FreeBSD.org>1998-08-01 12:20:59 +0000
committerkato <kato@FreeBSD.org>1998-08-01 12:20:59 +0000
commit62d1df5f1d7e3c23703aa57c5d210992ecfa47b9 (patch)
tree6d5f1eb1333da95b943998528eeee750456ea38b /sys/pc98
parent280a3397224835c98ca45a0c53fcca2983375aa1 (diff)
downloadFreeBSD-src-62d1df5f1d7e3c23703aa57c5d210992ecfa47b9.zip
FreeBSD-src-62d1df5f1d7e3c23703aa57c5d210992ecfa47b9.tar.gz
Sync with sys/i386/boot/netboot/main.c revision 1.23.
Diffstat (limited to 'sys/pc98')
-rw-r--r--sys/pc98/boot/netboot/main.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/pc98/boot/netboot/main.c b/sys/pc98/boot/netboot/main.c
index 8799052..791cd85 100644
--- a/sys/pc98/boot/netboot/main.c
+++ b/sys/pc98/boot/netboot/main.c
@@ -481,6 +481,7 @@ tftp(name)
return(0);
} /* ACK PACKET */
if (tr->opcode != ntohs(TFTP_DATA)) return(0);
+ osocket = ntohs(tr->udp.src);
tp.opcode = htons(TFTP_ACK);
tp.u.ack.block = tr->u.data.block;
udp_transmit(arptable[ARP_SERVER].ipaddr, isocket,
OpenPOWER on IntegriCloud