]> git.pld-linux.org Git - packages/ckermit.git/blame - build.patch
- partial update
[packages/ckermit.git] / build.patch
CommitLineData
abd21ebb
AM
1--- ckermit-8.0.211/ckucmd.c~ 2004-01-07 19:04:04.000000000 +0100
2+++ ckermit-8.0.211/ckucmd.c 2018-09-15 22:40:21.511061428 +0200
3@@ -7115,7 +7115,6 @@ cmdconchk() {
4 #ifdef NOARROWKEYS
5 debug(F101,"cmdconchk NOARROWKEYS x","",0);
6 #else
7- debug(F101,"cmdconchk stdin->_cnt","",stdin->_cnt);
8 x = stdin->_cnt;
9 #endif /* NOARROWKEYS */
10 #endif /* VMS */
11@@ -7123,7 +7122,6 @@ cmdconchk() {
12 if (x < 0) x = 0;
13 #else /* USE_FILE_CNT */
14 #ifdef USE_FILE__CNT /* HP-UX */
15- debug(F101,"cmdconchk stdin->__cnt","",stdin->__cnt);
16 x = stdin->__cnt;
17 if (x == 0) x = conchk();
18 if (x < 0) x = 0;
This page took 0.065612 seconds and 4 git commands to generate.