[PATCH v2 0/2] Fix broken build with readline

Michal Privoznik posted 2 patches 3 years, 7 months ago
Test syntax-check failed
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/libvirt tags/patchew/cover.1599121322.git.mprivozn@redhat.com
tools/virsh.c      | 10 ++--------
tools/virt-admin.c | 10 ++--------
tools/vsh.c        | 16 ++++++++++++++++
tools/vsh.h        |  2 ++
4 files changed, 22 insertions(+), 16 deletions(-)
[PATCH v2 0/2] Fix broken build with readline
Posted by Michal Privoznik 3 years, 7 months ago
This is a v2 of:

https://www.redhat.com/archives/libvir-list/2020-September/msg00107.html

diff to v1:
- Patch 1/2 is completely new, it removes include of readline from
  virsh.c and virt-admin.c, so that patch 2/2 can be unchanged.

Michal Prívozník (2):
  vsh: Introduce wrapper for add_history()
  vsh: Define HAVE_STDARG_H before including readline

 tools/virsh.c      | 10 ++--------
 tools/virt-admin.c | 10 ++--------
 tools/vsh.c        | 16 ++++++++++++++++
 tools/vsh.h        |  2 ++
 4 files changed, 22 insertions(+), 16 deletions(-)

-- 
2.26.2