X-Git-Url: https://git.llucax.com/z.facultad/75.06/emufs.git/blobdiff_plain/8ae1b840c2564d6e73f3a7b921d5f8bf1d77babe..1103650bf8099a104304d123a1e36c30d537e462:/emufs/indices.h?ds=sidebyside diff --git a/emufs/indices.h b/emufs/indices.h index 3bcac43..2928b14 100644 --- a/emufs/indices.h +++ b/emufs/indices.h @@ -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 */