opnsense-ports/graphics/gplot/files/patch-tek.c
Franco Fichtner 8cb1a96ede ports: pull in a snapshot of the FreeBSD ports tree
Taken from:	https://github.com/freebsd/freebsd-ports.git
Commit id:	5070672073b68be364139bc6b3a89100bd17d331
2014-11-09 14:03:21 +01:00

15 lines
432 B
C

--- 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 <stdio.h>
#include <ctype.h>
+#include <string.h>
#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 */