summaryrefslogtreecommitdiff
path: root/comms/zmtx-zmrx/files/patch-02
diff options
context:
space:
mode:
authorDavid E. O'Brien <obrien@FreeBSD.org>1996-12-08 23:39:32 +0000
committerDavid E. O'Brien <obrien@FreeBSD.org>1996-12-08 23:39:32 +0000
commita4af109a79023a968afabdd845ac03604858f54e (patch)
tree99547032e1be5517afe49474e6566ddab2607537 /comms/zmtx-zmrx/files/patch-02
parentUpgrade, 1.3 -> 1.3.1. (diff)
zmtx and zmrz impliement the ZMODEM error correcting protocol used to
send/receive files over a dial-in serial port. And they do one thing and only one thing -- transmit files. They don't do file conversions, they don't do remote commands, or any of that other stuff.
Notes
Notes: svn path=/head/; revision=4900
Diffstat (limited to 'comms/zmtx-zmrx/files/patch-02')
-rw-r--r--comms/zmtx-zmrx/files/patch-0211
1 files changed, 11 insertions, 0 deletions
diff --git a/comms/zmtx-zmrx/files/patch-02 b/comms/zmtx-zmrx/files/patch-02
new file mode 100644
index 000000000000..f7bb18664359
--- /dev/null
+++ b/comms/zmtx-zmrx/files/patch-02
@@ -0,0 +1,11 @@
+--- zmtx.c.orig Sat Oct 19 08:53:36 1996
++++ zmtx.c Sat Oct 19 08:53:14 1996
+@@ -65,7 +65,7 @@
+
+ cps = ftell(fp) / duration;
+
+- fprintf(stderr,"zmtx: sending file \"%s\" %8ld bytes (%3d %%/%5d cps) \r",
++ fprintf(stderr,"sending file \"%s\" %8ld bytes (%3d %%/%5d cps)\r",
+ name,ftell(fp),percentage,cps);
+ }
+