luit: Changes to 'master'

Alan Coopersmith alanc at kemper.freedesktop.org
Thu Oct 13 18:00:54 PDT 2011


 configure.ac |    2 +-
 sys.c        |    4 ++++
 2 files changed, 5 insertions(+), 1 deletion(-)

New commits:
commit 525785fd7beca872ebeeb8bb6c22d82459128788
Author: Ed Schouten <ed at 80386.nl>
Date:   Wed Oct 12 20:53:21 2011 +0200

    Add support for posix_openpt().
    
    Instead of opening /dev/ptmx directly, we should use the proper
    posix_openpt() function to obtain a pseudo-terminal. Some operating
    systems, such as FreeBSD 8 and later, implement pseudo-terminal master
    device nodes as a special file descriptor type, like sockets. They do
    not support creation of pseudo-terminals through /dev/ptmx.
    
    Signed-off-by: Ed Schouten <ed at 80386.nl>
    Reviewed-by: Guillem Jover <guillem at hadrons.org>
    Reviewed-by: Alan Coopersmith <alan.coopersmith at oracle.com>
    Signed-off-by: Alan Coopersmith <alan.coopersmith at oracle.com>



More information about the xorg-commit mailing list