blob: 52e98b716a4cc432666d2b956aa29e9c70c5c8b7 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
|
diff -r -u teknap-1.4.orig/source/scott.c teknap-1.4/source/scott.c
--- teknap-1.4.orig/source/scott.c 2001-01-08 08:29:19.000000000 +0100
+++ teknap-1.4/source/scott.c 2004-05-02 17:29:11.000000000 +0200
@@ -357,6 +357,7 @@
cleanup();
return;
default:
+ return;
#if 0
{
char buf[20];
diff -r -u teknap-1.4.orig/source/term.c teknap-1.4/source/term.c
--- teknap-1.4.orig/source/term.c 2001-01-17 22:20:44.000000000 +0100
+++ teknap-1.4/source/term.c 2004-05-02 17:55:06.000000000 +0200
@@ -88,7 +88,7 @@
#endif
extern char *getenv();
-extern char *tparm();
+/*extern char *tparm();*/
/*
* The old code assumed termcap. termcap is almost always present, but on
|