diff options
author | cinap_lenrek <cinap_lenrek@felloff.net> | 2014-02-01 09:52:06 +0100 |
---|---|---|
committer | cinap_lenrek <cinap_lenrek@felloff.net> | 2014-02-01 09:52:06 +0100 |
commit | 010af9ba12213ccaf92a1d863dc1c971185ff7fb (patch) | |
tree | 185408e4ae61c20e116a73f342057cdb3fd97e87 /sys/src/cmd/6l/compat.c | |
parent | bbe6fe51b3151cb87d26db2c28c043f29d473e56 (diff) |
6l: fix warning, setmalloctag declaration, missing header type cases
Diffstat (limited to 'sys/src/cmd/6l/compat.c')
-rw-r--r-- | sys/src/cmd/6l/compat.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/src/cmd/6l/compat.c b/sys/src/cmd/6l/compat.c index 32e99ee05..2d2a9631b 100644 --- a/sys/src/cmd/6l/compat.c +++ b/sys/src/cmd/6l/compat.c @@ -50,6 +50,6 @@ mysbrk(ulong size) } void -setmalloctag(void*, ulong) +setmalloctag(void*, uintptr) { } |