From e85a68e1536a0f6505300e1cb79f06b9743b00f7 Mon Sep 17 00:00:00 2001 From: Miguel Date: Sun, 9 Sep 2018 11:49:30 +0200 Subject: fixing implicit func declarations! --- fs/file.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'fs/file.h') diff --git a/fs/file.h b/fs/file.h index 7734393..53c96d8 100644 --- a/fs/file.h +++ b/fs/file.h @@ -13,7 +13,7 @@ typedef struct int(* wrtie)(char *buf, int len); int(* close)(); - int(* stat)(struct stat *buf); + int(* stat)(void *buf); void *data; //opaque -- cgit v1.2.3