Our termios.h header doesn't define termio to termios (as the R5 one does). termios is the correct name, anyway.

git-svn-id: file:///srv/svn/repos/haiku/trunk/current@9099 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Stefano Ceccherini
2004-09-29 07:49:09 +00:00
parent 982115e516
commit 2ebebc8356
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -1617,7 +1617,7 @@ void
TermView::KeyDown (const char *bytes, int32 numBytes)
{
char c;
struct termio tio;
struct termios tio;
int32 key, mod;
uchar dstbuf[1024];
+1 -1
View File
@@ -131,7 +131,7 @@ spawn_shell (int row, int col, const char *command, const char *coding)
int master = 0;
int slave;
struct termio tio;
struct termios tio;
struct winsize ws;
handshake_t handshake;