From 0b65d52bccfb6571651a385e85fe53016dadee1d Mon Sep 17 00:00:00 2001 From: mycroft Date: Fri, 6 Mar 1998 02:21:53 +0000 Subject: Separate the Tk-related diffs info a separate file. --- mbone/nte/patches/patch-ac | 20 -------------------- mbone/nte/patches/patch-ae | 20 ++++++++++++++++++++ 2 files changed, 20 insertions(+), 20 deletions(-) create mode 100644 mbone/nte/patches/patch-ae (limited to 'mbone') diff --git a/mbone/nte/patches/patch-ac b/mbone/nte/patches/patch-ac index 135456acaaa..40ce92fb659 100644 --- a/mbone/nte/patches/patch-ac +++ b/mbone/nte/patches/patch-ac @@ -1450,16 +1450,6 @@ ! Tcl_DeleteFileHandler(fd); #endif } -*** src/qfdes/qfDES-memory.c~ Wed Sep 4 09:16:14 1996 ---- src/qfdes/qfDES-memory.c Thu Mar 5 18:07:36 1998 -*************** -*** 11,14 **** ---- 11,15 ---- - #define _qfDES_memory_c_ - -+ #include - #include - #include *** src/ui_init.c~ Thu Oct 17 12:20:23 1996 --- src/ui_init.c Thu Mar 5 18:03:16 1998 *************** @@ -1500,13 +1490,3 @@ ! error "wrong version of Tk loaded ($tk_version): need 8.x" } unset a b -*** 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); diff --git a/mbone/nte/patches/patch-ae b/mbone/nte/patches/patch-ae new file mode 100644 index 00000000000..f5f5fcd244a --- /dev/null +++ b/mbone/nte/patches/patch-ae @@ -0,0 +1,20 @@ +*** src/qfdes/qfDES-memory.c~ Wed Sep 4 09:16:14 1996 +--- src/qfdes/qfDES-memory.c Thu Mar 5 18:07:36 1998 +*************** +*** 11,14 **** +--- 11,15 ---- + #define _qfDES_memory_c_ + ++ #include + #include + #include +*** 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); -- cgit v1.2.3