Hi folks,

I don't know would did some maintenance on vgl target for
FreeBSD, but it compiles well (except the patch joint) and
runs the demo and flying-ggis out of the box! (R4.4)

Please commit my fix.

Thanks,

Nicholas

-- 
Nicholas Souchu - [EMAIL PROTECTED] - [EMAIL PROTECTED]
? Makefile
? .deps
? key2event.lo
? input.lo
? .libs
? vgl.la
Index: input.c
===================================================================
RCS file: /cvsroot/ggi/ggi-core/libgii/input/vgl/input.c,v
retrieving revision 1.3
diff -u -r1.3 input.c
--- input.c     22 Feb 2002 21:51:13 -0000      1.3
+++ input.c     1 Apr 2002 18:56:46 -0000
@@ -150,7 +150,7 @@
 
        /* Retrieve the current keymap */
        if (ioctl(0, GIO_KEYMAP, &priv->kbd_keymap) < 0) {
-               free(priv)
+               free(priv);
                error = GGI_ENODEVICE;
                goto error;
        }

Reply via email to