]> git.llucax.com Git - z.facultad/75.06/emufs.git/blobdiff - tipo3/param_cte.h
puse un archivo que no era, ahora si tira la lista de bloques y registros
[z.facultad/75.06/emufs.git] / tipo3 / param_cte.h
index 22715c1989511332c1881884c6dc458d1a0e4d70..de2e4236f64b554d51384bbbf41975024cfdbcd5 100644 (file)
@@ -4,7 +4,6 @@
 #include <stdlib.h>
 #include <string.h>
 #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);