[libvirt] [PATCH 2/2] virutil.c: do not include stdarg.h

Ján Tomko posted 2 patches 7 years ago
[libvirt] [PATCH 2/2] virutil.c: do not include stdarg.h
Posted by Ján Tomko 7 years ago
Last functions using it were moved to virfile.c in commit <bfe7721>.

Signed-off-by: Ján Tomko <jtomko@redhat.com>
---
 src/util/virutil.c | 1 -
 1 file changed, 1 deletion(-)

diff --git a/src/util/virutil.c b/src/util/virutil.c
index 4b03fe60eb..bb4474acd5 100644
--- a/src/util/virutil.c
+++ b/src/util/virutil.c
@@ -28,7 +28,6 @@
 
 #include <stdlib.h>
 #include <stdio.h>
-#include <stdarg.h>
 #include <unistd.h>
 #include <fcntl.h>
 #include <errno.h>
-- 
2.16.1

--
libvir-list mailing list
libvir-list@redhat.com
https://www.redhat.com/mailman/listinfo/libvir-list
Re: [libvirt] [PATCH 2/2] virutil.c: do not include stdarg.h
Posted by Peter Krempa 6 years, 12 months ago
On Fri, May 11, 2018 at 15:02:16 +0200, Ján Tomko wrote:
> Last functions using it were moved to virfile.c in commit <bfe7721>.
> 
> Signed-off-by: Ján Tomko <jtomko@redhat.com>
> ---
>  src/util/virutil.c | 1 -
>  1 file changed, 1 deletion(-)

ACK
--
libvir-list mailing list
libvir-list@redhat.com
https://www.redhat.com/mailman/listinfo/libvir-list