summaryrefslogtreecommitdiff
path: root/sys/src/cmd/8l
diff options
context:
space:
mode:
authorcinap_lenrek <cinap_lenrek@felloff.net>2014-02-01 10:29:14 +0100
committercinap_lenrek <cinap_lenrek@felloff.net>2014-02-01 10:29:14 +0100
commitcc242226726e198a8b958210a4f1dd605f5b570e (patch)
tree68440e685bba08e867e9f962a01213ad90bbe156 /sys/src/cmd/8l
parent800669540543c55065be6fb06a86e6be8c79b5fd (diff)
fixes for new setmalloctag() prototype
Diffstat (limited to 'sys/src/cmd/8l')
-rw-r--r--sys/src/cmd/8l/compat.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/src/cmd/8l/compat.c b/sys/src/cmd/8l/compat.c
index 74980829b..e81bebce8 100644
--- a/sys/src/cmd/8l/compat.c
+++ b/sys/src/cmd/8l/compat.c
@@ -50,7 +50,7 @@ mysbrk(ulong size)
}
void
-setmalloctag(void *v, ulong pc)
+setmalloctag(void *v, uintptr pc)
{
USED(v, pc);
}