aboutsummaryrefslogtreecommitdiffstats
path: root/comms/plp/files/patch-ac
diff options
context:
space:
mode:
authorJeremy Lea <reg@FreeBSD.org>2000-01-29 07:53:11 +0000
committerJeremy Lea <reg@FreeBSD.org>2000-01-29 07:53:11 +0000
commit915047b6af6ee79c4b2b3aaec1505940fb94d2f2 (patch)
treeda2c0662e37bd3d1d76a6c3979539acd068665bc /comms/plp/files/patch-ac
parent5eb1b3bbb4a1524380c71008663cd1f3a4903f38 (diff)
Initial import of Psion Link Protocol 1.8.
This program is used to transfer data between a Psion Series 5mx (default) or Psion Series 5 to a Unix server. The ncp daemon is started to communicate with the Psion and an ftp like interface is provided by rfsv. PR: 15181 Submitted by: Maurice Castro <maurice@atum.castro.aus.net>
Diffstat (limited to 'comms/plp/files/patch-ac')
-rw-r--r--comms/plp/files/patch-ac15
1 files changed, 15 insertions, 0 deletions
diff --git a/comms/plp/files/patch-ac b/comms/plp/files/patch-ac
new file mode 100644
index 000000000000..0a9ecdbaf532
--- /dev/null
+++ b/comms/plp/files/patch-ac
@@ -0,0 +1,15 @@
+--- utils/ppsocket.cc.orig Wed Jan 26 20:45:31 2000
++++ utils/ppsocket.cc Wed Jan 26 20:45:54 2000
+@@ -198,7 +198,11 @@
+
+ ppsocket* ppsocket::accept(char* Peer, int MaxLen)
+ {
+- int len;
++#if __FreeBSD_version >= 400013
++ socklen_t len;
++#else
++ unsigned len;
++#endif
+ ppsocket* accepted;
+ char* peer;
+