Re: [lxc-devel] [PATCH] lxc-console: use fd instead of 0 in setup_tios

2013-05-28 Thread Serge Hallyn
Quoting Qiang Huang (h.huangqi...@huawei.com): > We should use the fd specified by caller. > > Signed-off-by: Qiang Huang No effective change now, but technically correct. Acked-by: Serge E. Hallyn > --- > src/lxc/lxc_console.c |4 ++-- > 1 files changed, 2 insertions(+), 2 deletions(-)

[lxc-devel] [PATCH] lxc-console: use fd instead of 0 in setup_tios

2013-05-27 Thread Qiang Huang
We should use the fd specified by caller. Signed-off-by: Qiang Huang --- src/lxc/lxc_console.c |4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/lxc/lxc_console.c b/src/lxc/lxc_console.c index 820794a..688de80 100644 --- a/src/lxc/lxc_console.c +++ b/src/lxc/lxc_con