mirror of
https://github.com/linux-can/can-utils.git
synced 2026-08-05 06:20:00 +02:00
c05267facaba6d42c9e86a44b0c413908c781a7e
/dev/null returns EOF therefore select() finishes immediately. Now EOF is probed on start. Other /dev/null as stdin workarounds: - lscanpty ... < /dev/ptmx (dirty but works) - cat </dev/null | slcanpty ... (doesn't work for me and even the patch is "disabled" then) Signed-off-by: Janusz Uzycki <j.uzycki@elproma.com.pl> Signed-off-by: Oliver Hartkopp <socketcan@hartkopp.net>
Description
Linux-CAN / SocketCAN user space applications
2.9 MiB
Languages
C
98.1%
CMake
0.7%
Makefile
0.6%
Shell
0.5%