]> git.llucax.com Git - z.facultad/75.06/emufs.git/blobdiff - emufs/indices.h
Just working...
[z.facultad/75.06/emufs.git] / emufs / indices.h
index 3bcac43f015f9f6e2b35b4cd663caac6564152f5..2928b141c9b29a96e992d1561f1d37fbb8762f3c 100644 (file)
@@ -13,8 +13,8 @@ typedef struct _emu_fs_t EMUFS;
 
 /** Dato guardado junto con la clave */
 typedef struct _reg_def_ {
-       unsigned long id;
-       unsigned long bloque;
+       long id;
+       long bloque;
 } INDICE_DATO;
 
 /** Tipos de Indices conocidos */