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:
Philippe Houdoin
2010-09-28 14:03:11 +00:00
parent a574c5ce13
commit af3b61f013
+2 -2
View File
@@ -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));