[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Xen-changelog] xc_load_elf.c, xc_load_bin.c:



ChangeSet 1.1680, 2005/06/06 09:57:47+01:00, cl349@xxxxxxxxxxxxxxxxxxxx

        xc_load_elf.c, xc_load_bin.c:
          Fix missing rename (xc_*_probe -> probe_*) from previous commit.
        Signed-off-by: Christian Limpach <Christian.Limpach@xxxxxxxxxxxx>



 xc_load_bin.c |    6 +++---
 xc_load_elf.c |    6 +++---
 2 files changed, 6 insertions(+), 6 deletions(-)


diff -Nru a/tools/libxc/xc_load_bin.c b/tools/libxc/xc_load_bin.c
--- a/tools/libxc/xc_load_bin.c 2005-06-06 06:01:39 -04:00
+++ b/tools/libxc/xc_load_bin.c 2005-06-06 06:01:39 -04:00
@@ -108,9 +108,9 @@
     char *image, unsigned long image_size, int xch, u32 dom,
     unsigned long *parray, struct domain_setup_info *dsi);
 
-int xc_bin_probe(char *image,
-                 unsigned long image_size,
-                 struct load_funcs *load_funcs)
+int probe_bin(char *image,
+             unsigned long image_size,
+             struct load_funcs *load_funcs)
 {
     if ( NULL == findtable(image, image_size) )
     {
diff -Nru a/tools/libxc/xc_load_elf.c b/tools/libxc/xc_load_elf.c
--- a/tools/libxc/xc_load_elf.c 2005-06-06 06:01:39 -04:00
+++ b/tools/libxc/xc_load_elf.c 2005-06-06 06:01:39 -04:00
@@ -29,9 +29,9 @@
     char *image, int xch, u32 dom, unsigned long *parray,
     struct domain_setup_info *dsi);
 
-int xc_elf_probe(char *image,
-                 unsigned long image_size,
-                 struct load_funcs *load_funcs)
+int probe_elf(char *image,
+             unsigned long image_size,
+             struct load_funcs *load_funcs)
 {
     Elf_Ehdr *ehdr = (Elf_Ehdr *)image;
 

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


 


Rackspace

Lists.xenproject.org is hosted with RackSpace, monitoring our
servers 24x7x365 and backed by RackSpace's Fanatical Support®.