[BACK]Return to patch-src_xf86HyperPen.c CVS log [TXT][DIR] Up to [cvs.NetBSD.org] / pkgsrc / x11 / xf86-input-hyperpen / patches

Annotation of pkgsrc/x11/xf86-input-hyperpen/patches/patch-src_xf86HyperPen.c, Revision 1.1

1.1     ! richard     1: $NetBSD$
        !             2:
        !             3: sun specific processing obsoleted in 1.4.0
        !             4: https://bugs.freedesktop.org/show_bug.cgi?id=91216
        !             5:
        !             6: --- src/xf86HyperPen.c.orig    2011-07-05 01:34:17.000000000 +0000
        !             7: +++ src/xf86HyperPen.c
        !             8: @@ -845,7 +845,7 @@ xf86HypInit(InputDriverPtr      drv,
        !             9:      pInfo->fd = -1;
        !            10:      priv->AutoPT = 1;
        !            11:
        !            12: -#if defined(sun) && !defined(i386)
        !            13: +#if 0 && defined(sun) && !defined(i386)
        !            14:      if (dev_name) {
        !            15:          priv->hypDevice = (char *)alloc(strlen(dev_name) + 1);
        !            16:          strcpy(priv->hypDevice, dev_name);

CVSweb <webmaster@jp.NetBSD.org>