]> git.llucax.com Git - z.facultad/75.06/emufs.git/blobdiff - tipo3/param_cte.h
Pulenteo Makefile para que haga chequeo de ANSI C y clean.
[z.facultad/75.06/emufs.git] / tipo3 / param_cte.h
index 92c9477c6588603725ca1a82df8a6f21c82bcf50..de2e4236f64b554d51384bbbf41975024cfdbcd5 100644 (file)
@@ -3,8 +3,7 @@
 #include <stdio.h>
 #include <stdlib.h>
 #include <string.h>
-#include "interface.h"
-
+#include "emufs.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);