aboutsummaryrefslogtreecommitdiff
path: root/sysutils/44bsd-more/files/patch-screen.c
diff options
context:
space:
mode:
Diffstat (limited to 'sysutils/44bsd-more/files/patch-screen.c')
-rw-r--r--sysutils/44bsd-more/files/patch-screen.c23
1 files changed, 0 insertions, 23 deletions
diff --git a/sysutils/44bsd-more/files/patch-screen.c b/sysutils/44bsd-more/files/patch-screen.c
deleted file mode 100644
index 9e846af185fb..000000000000
--- a/sysutils/44bsd-more/files/patch-screen.c
+++ /dev/null
@@ -1,23 +0,0 @@
-diff -U8 -r ../work.orig/screen.c ./screen.c
---- ../work.orig/screen.c Fri Jan 5 22:17:02 2001
-+++ ./screen.c Fri Jan 5 22:36:53 2001
-@@ -122,17 +122,19 @@
- #define M_UL 2
- #define M_BO 4
-
- /*
- * These two variables are sometimes defined in,
- * and needed by, the termcap library.
- * It may be necessary on some systems to declare them extern here.
- */
-+#if 0
- /*extern*/ speed_t ospeed; /* Terminal output baud rate */
-+#endif
- /*extern*/ char PC; /* Pad character */
-
- extern int back_scroll;
-
- /*
- * Change terminal to "raw mode", or restore to "normal" mode.
- * "Raw mode" means
- * 1. An outstanding read will complete on receipt of a single keystroke.