X-Git-Url: https://git.llucax.com/z.facultad/75.06/emufs.git/blobdiff_plain/064dc9896dce3d936a5876b927cece0f44808912..216d7789be2a892d65edc6d90d91ea03131351d5:/tipo3/param_cte.h diff --git a/tipo3/param_cte.h b/tipo3/param_cte.h index 22715c1..de2e423 100644 --- a/tipo3/param_cte.h +++ b/tipo3/param_cte.h @@ -4,7 +4,6 @@ #include #include #include "emufs.h" -#include "malloc_debug.h" typedef struct block_free_t{ int block; @@ -13,7 +12,7 @@ typedef struct block_free_t{ typedef struct block_reg_t{ int block; - int id_reg; + long int id_reg; }BLOCK_REG_T; int leer_registro(EMUFS *emu, int ID, void *, unsigned long tam);