[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Nmh-commits] [SCM] The nmh Mail Handling System branch, master, updated
From: |
Lyndon Nerenberg |
Subject: |
[Nmh-commits] [SCM] The nmh Mail Handling System branch, master, updated. 3f7e2ed0ca0fa8250dc9a708fa92c43aa4b1c2a6 |
Date: |
Wed, 25 Jan 2012 18:16:39 +0000 |
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "The nmh Mail Handling System".
The branch, master has been updated
via 3f7e2ed0ca0fa8250dc9a708fa92c43aa4b1c2a6 (commit)
from 8a47223f0be8c6ef74209339d69440f2f72bb152 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
http://git.savannah.gnu.org/cgit/nmh.git/commit/?id=3f7e2ed0ca0fa8250dc9a708fa92c43aa4b1c2a6
commit 3f7e2ed0ca0fa8250dc9a708fa92c43aa4b1c2a6
Author: lyndon <address@hidden>
Date: Wed Jan 25 18:15:47 2012 -0800
uip/termsbr.c: remove references to PC and ospeed().
These are no longer referenced by the code base now that vmh has been
removed.
diff --git a/uip/termsbr.c b/uip/termsbr.c
index 4804776..71782d7 100644
--- a/uip/termsbr.c
+++ b/uip/termsbr.c
@@ -39,28 +39,6 @@
# define TXTSIZ BUFSIZ
#endif
-#ifdef notdef_lyndon_posix
-
-/*
- XXX No current termcap should need this. If your compile barfs,
- email details to address@hidden This code will vanish soon ...
-*/
-/*
- * These variables are sometimes defined in,
- * and needed by the termcap library.
- */
-# ifdef HAVE_OSPEED
-# ifdef MUST_DEFINE_OSPEED
-extern short ospeed;
-extern char PC;
-# endif
-# else
-short ospeed;
-char PC;
-# endif
-
-#endif /* notdef_lyndon_posix */
-
static long speedcode;
static int initLI = 0;
@@ -117,8 +95,6 @@ read_termcap(void)
cp = termcap;
CL = tgetstr ("cl", &cp);
- if ((bp = tgetstr ("pc", &cp)))
- PC = *bp;
if (tgetnum ("sg") <= 0) {
SE = tgetstr ("se", &cp);
SO = tgetstr ("so", &cp);
-----------------------------------------------------------------------
Summary of changes:
uip/termsbr.c | 24 ------------------------
1 files changed, 0 insertions(+), 24 deletions(-)
hooks/post-receive
--
The nmh Mail Handling System
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Nmh-commits] [SCM] The nmh Mail Handling System branch, master, updated. 3f7e2ed0ca0fa8250dc9a708fa92c43aa4b1c2a6,
Lyndon Nerenberg <=