CVS commit: src/sys/arch/sbmips/stand/netboot

2021-06-05 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sat Jun 5 22:26:51 UTC 2021 Modified Files: src/sys/arch/sbmips/stand/netboot: dev_net.c Log Message: Use the libsa dev_net.c (fixes the build since this defined netmask which has moved to a different file in libsa). To gener

CVS commit: src/sys/arch/sbmips/stand/netboot

2014-06-19 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Thu Jun 19 15:09:50 UTC 2014 Modified Files: src/sys/arch/sbmips/stand/netboot: devopen.c Log Message: Fix compile error of -Werror=unused-but-set-variable. To generate a diff of this commit: cvs rdiff -u -r1.4 -r1.5 src/sys/ar