Fixed a copy&paste typo in trace.
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@38835 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
@@ -1652,7 +1652,7 @@ tty_ioctl(tty_cookie* cookie, uint32 op, void* buffer, size_t length)
|
||||
tty->settings->pgrp_id = groupID;
|
||||
return error;
|
||||
}
|
||||
|
||||
|
||||
// become controlling TTY
|
||||
case TIOCSCTTY:
|
||||
{
|
||||
@@ -1674,7 +1674,7 @@ tty_ioctl(tty_cookie* cookie, uint32 op, void* buffer, size_t length)
|
||||
// get and set window size
|
||||
|
||||
case TIOCGWINSZ:
|
||||
TRACE(("tty: set window size\n"));
|
||||
TRACE(("tty: get window size\n"));
|
||||
return user_memcpy(buffer, &tty->settings->window_size,
|
||||
sizeof(struct winsize));
|
||||
|
||||
|
||||
Reference in New Issue
Block a user