
7 Dec
2012
7 Dec
'12
1:29 p.m.
On 12/07/12 02:08, Eric Blake wrote:
On 12/06/2012 11:44 AM, Peter Krempa wrote:
The termios struct exported by the termios.h header is used as an argument for vshMakeStdinRaw(). The header isn't used anywhere in tools/virsh-domain.c.
This patch adds the header to the header declaring vshMakeStdinRaw() and removes other places in virsh. --- tools/console.h | 4 +++- tools/virsh-domain.c | 1 - tools/virsh.c | 1 - 3 files changed, 3 insertions(+), 3 deletions(-)
ACK.
Pushed, thanks. Peter