Silence some lint(1) warnings

This commit is contained in:
mmdolze
2009-05-14 05:59:36 +00:00
parent 779ede6761
commit 640fcc1f1f
7 changed files with 29 additions and 25 deletions
+1 -1
View File
@@ -305,7 +305,7 @@ static void Disable_Cursor(int fd)
/* Hardware function */
static void Init_Port(fd)
static void Init_Port(int fd)
{
/* Posix - set baudrate to 0 and back */
struct termios tty, old;