WARNING - OLD ARCHIVES

This is an archived copy of the Xen.org mailing list, which we have preserved to ensure that existing links to archives are not broken. The live archive, which contains the latest emails, can be found at http://lists.xen.org/
   
 
 
Xen 
 
Home Products Support Community News
 
   
 

xen-changelog

[Xen-changelog] Remove unnecessary zlib includes.

# HG changeset patch
# User kaf24@xxxxxxxxxxxxxxxxxxxx
# Node ID 96e3b02ec931168911ab7ca04bc6a9840ee40d84
# Parent  b7295a83206e7924d7703a9b22ffe6392dc8fdb8
Remove unnecessary zlib includes.
Signed-off-by: Hollis Blanchard <hollisb@xxxxxxxxxx>

diff -r b7295a83206e -r 96e3b02ec931 tools/libxc/xc_core.c
--- a/tools/libxc/xc_core.c     Thu Mar 23 17:47:43 2006
+++ b/tools/libxc/xc_core.c     Thu Mar 23 17:57:21 2006
@@ -3,7 +3,6 @@
 #include "xc_elf.h"
 #include <stdlib.h>
 #include <unistd.h>
-#include <zlib.h>
 
 /* number of pages to write at a time */
 #define DUMP_INCREMENT (4 * 1024)
diff -r b7295a83206e -r 96e3b02ec931 tools/libxc/xc_private.c
--- a/tools/libxc/xc_private.c  Thu Mar 23 17:47:43 2006
+++ b/tools/libxc/xc_private.c  Thu Mar 23 17:57:21 2006
@@ -4,7 +4,6 @@
  * Helper functions for the rest of the library.
  */
 
-#include <zlib.h>
 #include "xc_private.h"
 #include <xen/memory.h>
 

_______________________________________________
Xen-changelog mailing list
Xen-changelog@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-changelog

<Prev in Thread] Current Thread [Next in Thread>
  • [Xen-changelog] Remove unnecessary zlib includes., Xen patchbot -unstable <=