aboutsummaryrefslogtreecommitdiffstats
path: root/comms
diff options
context:
space:
mode:
authormax <max@FreeBSD.org>1998-02-04 02:41:47 +0800
committermax <max@FreeBSD.org>1998-02-04 02:41:47 +0800
commit76bd7ae427c9bbe3290c20b5d0af56ff3296ec07 (patch)
tree2da40c6aa93504e5eb231bb5c93b03701b280890 /comms
parent5f4037f7dc6705b426337cdc3bfcc3ac289d2db1 (diff)
downloadfreebsd-ports-gnome-76bd7ae427c9bbe3290c20b5d0af56ff3296ec07.tar.gz
freebsd-ports-gnome-76bd7ae427c9bbe3290c20b5d0af56ff3296ec07.tar.zst
freebsd-ports-gnome-76bd7ae427c9bbe3290c20b5d0af56ff3296ec07.zip
Fixes to allow transmission of files with long names.
Submitted by: Muramatsu Atsushi <amura@ma3.seikyou.ne.jp>
Diffstat (limited to 'comms')
-rw-r--r--comms/bpl+/files/patch-aa8
-rw-r--r--comms/bpl+/files/patch-ab11
2 files changed, 19 insertions, 0 deletions
diff --git a/comms/bpl+/files/patch-aa b/comms/bpl+/files/patch-aa
new file mode 100644
index 000000000000..c8e805c191e5
--- /dev/null
+++ b/comms/bpl+/files/patch-aa
@@ -0,0 +1,8 @@
+--- machine.h.orig Wed Oct 12 07:19:52 1994
++++ machine.h Tue Feb 3 23:50:25 1998
+@@ -11,4 +11,4 @@
+ * PC88VA PC-88VA
+ */
+
+-#define Sun
++#define SUN
diff --git a/comms/bpl+/files/patch-ab b/comms/bpl+/files/patch-ab
new file mode 100644
index 000000000000..9e788585e998
--- /dev/null
+++ b/comms/bpl+/files/patch-ab
@@ -0,0 +1,11 @@
+--- bplexec.c.orig Fri Feb 10 02:25:34 1995
++++ bplexec.c Tue Feb 3 23:54:32 1998
+@@ -34,7 +34,7 @@
+ extern void hms(UCHAR *s);
+ extern void ldecout(ULONG l);
+
+-#ifdef SUN
++#if 0 /*ifdef SUN*/
+ extern int fclose(FILE *stream);
+ extern int fflush(FILE *stream);
+ extern int fseek(FILE *stream, long int offset, int origin);