diff src/file.h @ 33:7a63dacab7f8

fix cbc_read
author mir3636
date Tue, 22 Jan 2019 17:32:06 +0900
parents 96a5833d0d82
children
line wrap: on
line diff
--- a/src/file.h	Tue Jan 22 15:48:35 2019 +0900
+++ b/src/file.h	Tue Jan 22 17:32:06 2019 +0900
@@ -34,7 +34,7 @@
 };
 
 struct cbc_devsw {
-    __code (*read) (struct inode*, char*, int, struct file*, __code (*)(int));
+    __code (*read) (struct inode*, char*, int, __code (*)(int));
     //__code (*write)(struct inode*, char*, int, __code (*)(int));
 };