summaryrefslogtreecommitdiff
path: root/mbone/nte/patches/patch-ae
diff options
context:
space:
mode:
Diffstat (limited to 'mbone/nte/patches/patch-ae')
-rw-r--r--mbone/nte/patches/patch-ae12
1 files changed, 0 insertions, 12 deletions
diff --git a/mbone/nte/patches/patch-ae b/mbone/nte/patches/patch-ae
deleted file mode 100644
index 7c23c8cc83d..00000000000
--- a/mbone/nte/patches/patch-ae
+++ /dev/null
@@ -1,12 +0,0 @@
-$NetBSD: patch-ae,v 1.3 2006/01/03 18:40:16 joerg Exp $
-
-*** src/ui_fns.c~ Thu Oct 31 10:33:03 1996
---- src/ui_fns.c Thu Mar 5 20:38:49 1998
-***************
-*** 215,218 ****
---- 215,219 ----
- user_copy(&me, &(cur_line->modifier));
- cur_line->no_of_chars = strlen(argv[3]);
-+ cur_line->status = NORMAL;
- strncpy(cur_line->line_data, argv[3], MAX_LINE_LEN);
- queue_packet_for_sending(tx_fd, cur_line, cur_line->lineid, &sendq, LINEMSG);