CVSROOT: /cvs
Module name: src
Changes by: [email protected] 2014/11/19 13:10:01
Modified files:
sys/arch/amd64/stand/pxeboot: Makefile
sys/arch/i386/stand/pxeboot: Makefile
Added files:
sys/arch/amd64/stand/pxeboot: pxe_udp.c
sys/arch/i386/stand/pxeboot: pxe_udp.c
Removed files:
sys/arch/amd64/stand/pxeboot: net.c
sys/arch/i386/stand/pxeboot: net.c
Log message:
Only keep {recv,send}udp() in the pxe-specific code, the remainder of what
used to be local net.c (renamed to pxe_udp.c) can now be obtained from
libsa's net.c rather than being duplicated.
No functional change.