From 45a20ab721a513710138340faff3d59a31c3e01e Mon Sep 17 00:00:00 2001 From: forsyth Date: Mon, 3 Jun 2013 21:01:14 +0000 Subject: sync compilers with Plan 9 remove 1[acl] 2[acl] --- utils/kl/span.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'utils/kl/span.c') diff --git a/utils/kl/span.c b/utils/kl/span.c index a788b8d3..28a66dd4 100644 --- a/utils/kl/span.c +++ b/utils/kl/span.c @@ -335,7 +335,7 @@ cmp(int a, int b) } int -ocmp(const void *a1, const void *a2) +ocmp(void *a1, void *a2) { Optab *p1, *p2; int n; -- cgit v1.2.3