aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorrsc <devnull@localhost>2005-07-19 18:00:07 +0000
committerrsc <devnull@localhost>2005-07-19 18:00:07 +0000
commit1c171e3add096f5fbecceefd19f21a43c08b5509 (patch)
treee8b4ac09d6909617761c9ad476ff295d0e91d195 /include
parent86a1a5e7b30c37ad1d1a169855eb7b94b00d6aec (diff)
downloadplan9port-1c171e3add096f5fbecceefd19f21a43c08b5509.tar.gz
plan9port-1c171e3add096f5fbecceefd19f21a43c08b5509.tar.bz2
plan9port-1c171e3add096f5fbecceefd19f21a43c08b5509.zip
I just hate to be pushed around by some @#$%^& machine.
Diffstat (limited to 'include')
-rw-r--r--include/9p.h2
-rw-r--r--include/mach.h2
2 files changed, 2 insertions, 2 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;
diff --git a/include/mach.h b/include/mach.h
index 05b6337c..e39d502a 100644
--- a/include/mach.h
+++ b/include/mach.h
@@ -481,7 +481,7 @@ struct Symbol
uint locals;
char *dir;
char *file;
- char frameptr;
+ schar frameptr;
uint framesize;
} stabs;
} u;