git: talk - unbreak for unix98 ptys

Alex Hornung alexh at crater.dragonflybsd.org
Mon Mar 1 23:52:29 PST 2010


commit ebd0305a58a21d5900efed459ddec0e49d4fe6eb
Author: Alex Hornung <ahornung at gmail.com>
Date:   Tue Mar 2 07:45:20 2010 +0000

    talk - unbreak for unix98 ptys
    
    * Unbreak talk, which relied on seeing old-style ptys. When I introduced
      the unix98 ptys.
    
    * This assumption would not work anymore, since the
      last slash is not the slash after /dev, but rather the one after
      /dev/pts. Later opening 0 instead of pts/0 would give an error.
    
    Reported-by: Peter Avalos, Matt Dillon

Summary of changes:
 usr.bin/write/write.c |    5 ++---
 1 files changed, 2 insertions(+), 3 deletions(-)

http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/ebd0305a58a21d5900efed459ddec0e49d4fe6eb


-- 
DragonFly BSD source repository





More information about the Commits mailing list