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/0l/span.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'utils/0l/span.c') diff --git a/utils/0l/span.c b/utils/0l/span.c index 3c9d2d50..f0a423dc 100644 --- a/utils/0l/span.c +++ b/utils/0l/span.c @@ -401,7 +401,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