summaryrefslogtreecommitdiff
path: root/utils/nm/nm.c
diff options
context:
space:
mode:
Diffstat (limited to 'utils/nm/nm.c')
-rw-r--r--utils/nm/nm.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/utils/nm/nm.c b/utils/nm/nm.c
index 147d1d3a..d20e3c84 100644
--- a/utils/nm/nm.c
+++ b/utils/nm/nm.c
@@ -147,7 +147,7 @@ dofile(Biobuf *bp)
* this screws up on 'z' records when aflag == 1
*/
int
-cmp(const void *vs, const void *vt)
+cmp(void *vs, void *vt)
{
Sym **s, **t;