Menu

In the meantime

2002-02-26
2002-06-15
  • Iftikhar Rathore

    Since I do not knwo how shoudl I submit patches. Here is solution to problems (the problems also exist in the CVS)

    Change line 112 in sc_linux.c from:
    return(esd ? ESD_DEFAULT_RATE : parm);
    To:
    #ifdef HAVE_LIBESD
      return(esd ? ESD_DEFAULT_RATE : parm);
    #else
      return(parm);
    #endif

    Also insert in "gr_vga.c" line 13

    #include<stdlib.h>

    Thanks

     
    • Tim Witham

      Tim Witham - 2002-06-15

      this and more is fixed in CVS now.

       

Log in to post a comment.