summaryrefslogtreecommitdiff
path: root/mbone
diff options
context:
space:
mode:
authormycroft <mycroft>1998-03-06 02:21:53 +0000
committermycroft <mycroft>1998-03-06 02:21:53 +0000
commit987c1b4311357786958f342d841707721c573161 (patch)
tree91a5810eb4da5e5c4e4add16fdd46f2bbd213b80 /mbone
parent22895b26c06adc742a24bc114b4a675f509e59ce (diff)
downloadpkgsrc-987c1b4311357786958f342d841707721c573161.tar.gz
Separate the Tk-related diffs info a separate file.
Diffstat (limited to 'mbone')
-rw-r--r--mbone/nte/patches/patch-ac20
-rw-r--r--mbone/nte/patches/patch-ae20
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);