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] Fix typo in pygrub code

# HG changeset patch
# User smh22@xxxxxxxxxxxxxxxxxxxx
# Node ID d709f743dd3350dddcf04b81a1d45d7fa6f389bd
# Parent  433402c64c772f62501cac118ad173b25629f9c5
Fix typo in pygrub code

diff -r 433402c64c77 -r d709f743dd33 tools/pygrub/src/fsys/ext2/ext2module.c
--- a/tools/pygrub/src/fsys/ext2/ext2module.c   Tue Aug  2 10:15:17 2005
+++ b/tools/pygrub/src/fsys/ext2/ext2module.c   Tue Aug  2 11:27:58 2005
@@ -229,8 +229,8 @@
         snprintf(offsetopt, 29, "offset=%d", offset);
     }
 
-    err = ext2fs_open2(name, offsetopt, flags, superblock, block_size, 
-                      unix_io_manager, &efs);
+    err = ext2fs_file_open2(name, offsetopt, flags, superblock, block_size, 
+                            unix_io_manager, &efs);
     if (err) {
         PyErr_SetString(PyExc_ValueError, "unable to open file");
         return NULL;

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

<Prev in Thread] Current Thread [Next in Thread>
  • [Xen-changelog] Fix typo in pygrub code, Xen patchbot -unstable <=