diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2004-11-12 21:51:28 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2004-11-12 21:51:28 +0000 |
commit | 0b78f9d021e677eec4351893690f7b4dc9e3621a (patch) | |
tree | 68e9d75accd34928c8ef13eb9b57eff14e6e09a3 /comms/tlf/files/patch-src_rtty.c | |
parent | 2d05e9a743dea1da4c6ee71e796e8bc66aff560c (diff) |
Add tlf, an amateur radio curses based logging program.
PR: ports/69166
Submitted by: Diane Bruce <db@heceta.db.net>
Notes
Notes:
svn path=/head/; revision=121482
Diffstat (limited to 'comms/tlf/files/patch-src_rtty.c')
-rw-r--r-- | comms/tlf/files/patch-src_rtty.c | 29 |
1 files changed, 29 insertions, 0 deletions
diff --git a/comms/tlf/files/patch-src_rtty.c b/comms/tlf/files/patch-src_rtty.c new file mode 100644 index 000000000000..54d99cfb6200 --- /dev/null +++ b/comms/tlf/files/patch-src_rtty.c @@ -0,0 +1,29 @@ +--- src/rtty.c.orig Sat Jul 10 21:41:49 2004 ++++ src/rtty.c Sun Jul 11 00:52:01 2004 +@@ -72,7 +72,7 @@ + + int ry_addtext(char *line) { + +-extern char ry_term[][]; ++//extern char ry_term[][]; + + int k, m, j; + char *ptr; +@@ -137,7 +137,7 @@ + int show_rtty(void) { + + extern int use_rxvt; +-extern char ry_term[][]; ++//extern char ry_term[][]; + extern int trxmode; + + if (trxmode != DIGIMODE) +@@ -169,7 +169,7 @@ + + extern char hiscall[]; + extern int miniterm; +-extern char ry_term[][]; ++//extern char ry_term[][]; + + int i = 0; + char line[40]; |