I just hate to be pushed around by some @#$%^& machine.
diff --git a/include/9p.h b/include/9p.h
index f83dce0..b6e959b 100644
--- a/include/9p.h
+++ b/include/9p.h
@@ -39,7 +39,7 @@
 struct Fid
 {
 	ulong	fid;
-	char		omode;	/* -1 = not open */
+	int		omode;	/* -1 = not open */
 	File*		file;
 	char*	uid;
 	Qid		qid;