windows fixes
This commit is contained in:
parent
f7c895607e
commit
972518cb05
@ -18,3 +18,4 @@
|
|||||||
|
|
||||||
typedef __int64 p9_vlong;
|
typedef __int64 p9_vlong;
|
||||||
typedef unsigned __int64 p9_uvlong;
|
typedef unsigned __int64 p9_uvlong;
|
||||||
|
typedef unsigned uintptr;
|
||||||
|
@ -448,7 +448,7 @@ oserrstr(void)
|
|||||||
long
|
long
|
||||||
showfilewrite(char *a, int n)
|
showfilewrite(char *a, int n)
|
||||||
{
|
{
|
||||||
Rune *action, *arg, *cmd;
|
Rune *action, *arg, *cmd, *p;
|
||||||
static Rune Lopen[] = { 'o', 'p', 'e', 'n', 0 };
|
static Rune Lopen[] = { 'o', 'p', 'e', 'n', 0 };
|
||||||
|
|
||||||
cmd = runesmprint("%.*s", n, a);
|
cmd = runesmprint("%.*s", n, a);
|
||||||
|
Loading…
Reference in New Issue
Block a user