diff options
author | Roy Marples <roy@marples.name> | 2007-10-09 12:52:09 +0000 |
---|---|---|
committer | Roy Marples <roy@marples.name> | 2007-10-09 12:52:09 +0000 |
commit | e89805e0c06792c58c19e47f99ab6379d69a2149 (patch) | |
tree | eba526ca3afdfdeb7f4baeba464956206aaa62d0 /src/runscript.c | |
parent | 3ac49bd6b3ad681a98fb1c19c379c5ac68c8cc3f (diff) |
Quiet some compile time warnings on uclibc
Diffstat (limited to 'src/runscript.c')
-rw-r--r-- | src/runscript.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/runscript.c b/src/runscript.c index 2c49742a..1a350e67 100644 --- a/src/runscript.c +++ b/src/runscript.c @@ -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]; |