看板 DFBSD_commit 關於我們 聯絡資訊
commit ebd0305a58a21d5900efed459ddec0e49d4fe6eb Author: Alex Hornung <ahornung@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