I just hate to be pushed around by some @#$%^& machine.
This commit is contained in:
parent
86a1a5e7b3
commit
1c171e3add
15 changed files with 29 additions and 29 deletions
|
|
@ -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;
|
||||
|
|
|
|||
|
|
@ -481,7 +481,7 @@ struct Symbol
|
|||
uint locals;
|
||||
char *dir;
|
||||
char *file;
|
||||
char frameptr;
|
||||
schar frameptr;
|
||||
uint framesize;
|
||||
} stabs;
|
||||
} u;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue