From 1c171e3add096f5fbecceefd19f21a43c08b5509 Mon Sep 17 00:00:00 2001 From: rsc Date: Tue, 19 Jul 2005 18:00:07 +0000 Subject: I just hate to be pushed around by some @#$%^& machine. --- include/9p.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/9p.h') 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; -- cgit v1.2.3