aboutsummaryrefslogtreecommitdiff
path: root/include/9p.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/9p.h')
-rw-r--r--include/9p.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/9p.h b/include/9p.h
index f83dce00..b6e959b1 100644
--- a/include/9p.h
+++ b/include/9p.h
@@ -39,7 +39,7 @@ typedef struct Srv Srv;
struct Fid
{
ulong fid;
- char omode; /* -1 = not open */
+ int omode; /* -1 = not open */
File* file;
char* uid;
Qid qid;