[BACK]Return to gnuplot4_interix.diff CVS log [TXT][DIR] Up to [local] / OpenXM / src / gnuplot

Annotation of OpenXM/src/gnuplot/gnuplot4_interix.diff, Revision 1.1

1.1     ! ohara       1: # $OpenXM$
        !             2: diff -urN gnuplot-4.0.0.orig/term/x11.trm gnuplot-4.0.0/term/x11.trm
        !             3: --- gnuplot-4.0.0.orig/term/x11.trm    Wed Apr 14 21:18:24 2004
        !             4: +++ gnuplot-4.0.0/term/x11.trm Wed Jan 19 00:58:24 2005
        !             5: @@ -56,6 +56,10 @@
        !             6:
        !             7:  #include "driver.h"
        !             8:
        !             9: +#if defined(__INTERIX)
        !            10: +#include <sys/time.h>
        !            11: +#endif
        !            12: +
        !            13:  #ifdef TERM_REGISTER
        !            14:  register_term(x11)
        !            15:  #endif

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>