pkgsrc/x11/xhangglider/patches/patch-aa
hubertf b4ba7a4bee Hanggliders fly in the background of the X screen.
Picked up at www.happypengiun.org (no comment :-)
1999-08-05 03:51:18 +00:00

13 lines
286 B
Text

$NetBSD: patch-aa,v 1.1.1.1 1999/08/05 03:51:18 hubertf Exp $
--- 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;