summaryrefslogtreecommitdiff
path: root/math/calctool/files/patch-aa
diff options
context:
space:
mode:
authorEric L. Hernes <erich@FreeBSD.org>1996-12-12 03:46:31 +0000
committerEric L. Hernes <erich@FreeBSD.org>1996-12-12 03:46:31 +0000
commita0f8cf9ad2111fbffa815edc2a80f35ecf96e71d (patch)
tree9babd6ce8149b84d8af26371980bc5a8744e64f0 /math/calctool/files/patch-aa
parentupgrade to 1.0c -- closes ports/2167 (diff)
new port of calctool, another X11 calculator,
closes ports/2157 Submitted by: Nick Sayer nsayer@quack.kfu.com
Notes
Notes: svn path=/head/; revision=4947
Diffstat (limited to 'math/calctool/files/patch-aa')
-rw-r--r--math/calctool/files/patch-aa22
1 files changed, 22 insertions, 0 deletions
diff --git a/math/calctool/files/patch-aa b/math/calctool/files/patch-aa
new file mode 100644
index 000000000000..2815917e35c2
--- /dev/null
+++ b/math/calctool/files/patch-aa
@@ -0,0 +1,22 @@
+*** tty.c.orig Wed Dec 4 12:43:55 1996
+--- tty.c Wed Dec 4 12:45:33 1996
+***************
+*** 1,5 ****
+- /*LINTLIBRARY*/
+-
+ /* @(#)tty.c 1.14 90/02/06
+ *
+ * These are the dumb tty dependent graphics routines used by calctool.
+--- 1,3 ----
+***************
+*** 21,26 ****
+--- 19,26 ----
+ #include <sys/types.h>
+ #include <sys/ioctl.h>
+ #include <sys/time.h>
++ #include <sys/termios.h>
++ #include <sys/ioctl_compat.h>
+ #include "calctool.h"
+ #include "color.h"
+ #include "extern.h"
+