]> rtime.felk.cvut.cz Git - sojka/can-utils.git/commit
slcanpty: Add support for the Unix 98 pseudo-terminal interface
authorOliver Hartkopp <socketcan@hartkopp.net>
Thu, 20 Dec 2012 10:37:43 +0000 (11:37 +0100)
committerOliver Hartkopp <socketcan@hartkopp.net>
Thu, 20 Dec 2012 10:37:43 +0000 (11:37 +0100)
commit221794dbe815019cb9480c90f10174e251807923
treee2aa951638354f5fbe3d3b45f4c37725d81efae7
parentddef0314086a9ef595b6cbc43f60bbe08343ca7e
slcanpty: Add support for the Unix 98 pseudo-terminal interface

Most Linux distributions do not configure their kernels to use the BSD
pseudo-terminal interface (/dev/pty* and /dev/tty*) anymore; they uses the
Unix 98 pseudo-terminal interface instead (/dev/ptmx and /dev/pts/*).

http://www.kernel.org/doc/man-pages/online/pages/man4/pts.4.html

This change follows the slcan_attach changes:
http://sourceforge.net/tracker/index.php?func=detail&aid=3467521&group_id=146269&atid=764681

Signed-off-by: Ulrich Escher<git@myvdr.de>
Signed-off-by: Oliver Hartkopp <socketcan@hartkopp.net>
slcanpty.c