mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-09-09 04:18:55 -04:00
16 lines
304 B
Plaintext
16 lines
304 B
Plaintext
$NetBSD: patch-aa,v 1.2 2012/07/30 03:04:32 dholland Exp $
|
|
|
|
- const correctness
|
|
|
|
--- xhang.c.orig Thu Aug 5 05:07:48 1999
|
|
+++ xhang.c Thu Aug 5 05:08:25 1999
|
|
@@ -418,7 +418,7 @@
|
|
return 0;
|
|
}
|
|
|
|
-int cmp_nearfar(void *v1, void *v2)
|
|
+int cmp_nearfar(const void *v1, const void *v2)
|
|
{
|
|
int i1, i2;
|
|
|