Module Name: src Committed By: snj Date: Thu Jun 15 05:32:35 UTC 2017
Modified Files: src/sys/netcan [netbsd-8]: can_pcb.c src/tests/net/can [netbsd-8]: t_can.c Log Message: Pull up following revision(s) (requested by bouyer in ticket #34): sys/netcan/can_pcb.c: revision 1.6 tests/net/can/t_can.c: revision 1.6 Refuse to bind to a non-CAN interface. Also release the lock in the error branch. -- Test bind()ing to a non-existent interface. To generate a diff of this commit: cvs rdiff -u -r1.5 -r1.5.2.1 src/sys/netcan/can_pcb.c cvs rdiff -u -r1.5 -r1.5.2.1 src/tests/net/can/t_can.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.