From 801fb2ec4cee9afa8ff5f4eae9025c6d21aa2187 Mon Sep 17 00:00:00 2001 From: Martin Wilke Date: Wed, 20 Jun 2007 14:18:39 +0000 Subject: - Unbreak - Fix build with gcc 4.2 PR: 113774 Submitted by: KATO Tsuguru --- graphics/gplot/files/patch-tek.c | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 graphics/gplot/files/patch-tek.c (limited to 'graphics/gplot/files/patch-tek.c') diff --git a/graphics/gplot/files/patch-tek.c b/graphics/gplot/files/patch-tek.c new file mode 100644 index 000000000000..59f3f119d86e --- /dev/null +++ b/graphics/gplot/files/patch-tek.c @@ -0,0 +1,15 @@ +--- tek.c.orig Thu Jul 18 02:22:10 1991 ++++ tek.c Sat Jun 16 01:07:12 2007 +@@ -1,7 +1,12 @@ + /* copyright 1987, 1988, 1989 Phil Andrews, Pittsburgh Supercomputing Center */ + #include + #include ++#include + #include "defs.h" ++ ++static save_env(); ++static load_dcmap(); ++ + /* macros for generic TEKTRONIX processing */ + #define eot '\004' /* end of file */ + #define ctrl_e '\005' /* enquire tty status */ -- cgit v1.2.3