]> git.ipfire.org Git - thirdparty/libvirt.git/commit
virsh: Fix usage of header termios.h
authorPeter Krempa <pkrempa@redhat.com>
Thu, 6 Dec 2012 18:41:53 +0000 (19:41 +0100)
committerPeter Krempa <pkrempa@redhat.com>
Fri, 7 Dec 2012 13:21:25 +0000 (14:21 +0100)
commit989a427de8117c7fb86570467d3bac7553072d31
treea3487ca1d82eed3c6f7cb275588c793de58cf631
parent790dfee5eaf8600282da5a3d61bf807516f1b87e
virsh: Fix usage of header termios.h

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
tools/virsh-domain.c
tools/virsh.c