Fixes to allow transmission of files with long names.

Submitted by:	Muramatsu Atsushi <amura@ma3.seikyou.ne.jp>
This commit is contained in:
Masafumi Max NAKANE 1998-02-03 18:41:47 +00:00
parent 32d3aa0e4e
commit 537bb5dd1d
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=9584
2 changed files with 19 additions and 0 deletions

View File

@ -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

11
comms/bpl+/files/patch-ab Normal file
View File

@ -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);