diff options
Diffstat (limited to 'fs/file.h')
| -rw-r--r-- | fs/file.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |
