--- tools/pygrub/src/fsys/ext2/ext2module.c.orig 2005-05-16 13:41:31.833244872 -0500 +++ tools/pygrub/src/fsys/ext2/ext2module.c 2005-05-16 13:49:44.573336992 -0500 @@ -55,7 +55,7 @@ static PyObject * ext2_file_read (Ext2File *file, PyObject *args) { int err, size = 0; - size_t n, total = 0; + unsigned int n, total = 0; PyObject * buffer = NULL; if (file->file == NULL) {