]> xenbits.xensource.com Git - libvirt.git/commit
Remove static keyword from vshReadline when readline does not exist
authorMoshe Levi <moshele@mellanox.com>
Sat, 15 Aug 2015 07:59:41 +0000 (10:59 +0300)
committerMartin Kletzander <mkletzan@redhat.com>
Sat, 15 Aug 2015 15:14:12 +0000 (17:14 +0200)
commit0181975689833b2269c032de83ba331b3b0326c1
treee1e008f17ed1b3f7d2a099b5385d321c51aa3e8e
parent834c5720e4434f0bcc807bb1cf20855af63e24a3
Remove static keyword from vshReadline when readline does not exist

This patch removes the static keyword from the vshReadline which was
introduced in commit 834c5720e4434f0bcc807bb1cf20855af63e24a3. With
readline the vshReadline function is not static but when compiling
without readline it was defined as static which caused compilation
error.
tools/vsh.c