Mercurial > dropbear
diff cli-session.c @ 433:c216212001fc
Fix for -pedantic -ansi compilation, change // to /**/, plus some signedness
and trailing-comma-in-array issues
author | Matt Johnston <matt@ucc.asn.au> |
---|---|
date | Fri, 16 Feb 2007 14:42:08 +0000 |
parents | d965110e3f5c |
children | c1e9c81d1d27 d4f32c3443ac e3db1f7a2e43 |
line wrap: on
line diff
--- a/cli-session.c Tue Feb 13 10:30:02 2007 +0000 +++ b/cli-session.c Fri Feb 16 14:42:08 2007 +0000 @@ -215,8 +215,8 @@ if (cli_opts.backgrounded) { int devnull; - // keeping stdin open steals input from the terminal and - // is confusing, though stdout/stderr could be useful. + /* keeping stdin open steals input from the terminal and + is confusing, though stdout/stderr could be useful. */ devnull = open(_PATH_DEVNULL, O_RDONLY); if (devnull < 0) { dropbear_exit("opening /dev/null: %d %s",