Quiet some compile time warnings on uclibc

This commit is contained in:
Roy Marples
2007-10-09 12:52:09 +00:00
parent 3ac49bd6b3
commit e89805e0c0
6 changed files with 8 additions and 3 deletions

View File

@ -353,7 +353,7 @@ static bool svc_exec (const char *arg1, const char *arg2)
struct termios tt;
struct winsize ws;
int i;
int flags;
int flags = 0;
fd_set rset;
int s;
char buffer[RC_LINEBUFFER];