diff options
author | mycroft <mycroft@pkgsrc.org> | 1998-03-06 02:21:53 +0000 |
---|---|---|
committer | mycroft <mycroft@pkgsrc.org> | 1998-03-06 02:21:53 +0000 |
commit | 0b65d52bccfb6571651a385e85fe53016dadee1d (patch) | |
tree | 91a5810eb4da5e5c4e4add16fdd46f2bbd213b80 /mbone/nte | |
parent | 6cde0b77361a95a224566225c0fe9b8005b91478 (diff) | |
download | pkgsrc-0b65d52bccfb6571651a385e85fe53016dadee1d.tar.gz |
Separate the Tk-related diffs info a separate file.
Diffstat (limited to 'mbone/nte')
-rw-r--r-- | mbone/nte/patches/patch-ac | 20 | ||||
-rw-r--r-- | mbone/nte/patches/patch-ae | 20 |
2 files changed, 20 insertions, 20 deletions
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 <errno.h> - #include <stdio.h> - #include <memory.h> *** 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 <errno.h> + #include <stdio.h> + #include <memory.h> +*** 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); |