summaryrefslogtreecommitdiff
path: root/comms/plp/patches
diff options
context:
space:
mode:
authorwiz <wiz>2002-07-17 17:41:24 +0000
committerwiz <wiz>2002-07-17 17:41:24 +0000
commit9472895981e4f450429612712945c00d99d439f7 (patch)
tree139bd6a447485024e2ed189ecc320b56ca36f12c /comms/plp/patches
parent4f7fa1b583d9cfae60b3f10792f6a26d63292541 (diff)
downloadpkgsrc-9472895981e4f450429612712945c00d99d439f7.tar.gz
'unsigned' in the right place makes this build again.
Diffstat (limited to 'comms/plp/patches')
-rw-r--r--comms/plp/patches/patch-ai13
1 files changed, 13 insertions, 0 deletions
diff --git a/comms/plp/patches/patch-ai b/comms/plp/patches/patch-ai
new file mode 100644
index 00000000000..a1c72a22b96
--- /dev/null
+++ b/comms/plp/patches/patch-ai
@@ -0,0 +1,13 @@
+$NetBSD: patch-ai,v 1.1 2002/07/17 17:41:25 wiz Exp $
+
+--- utils/ppsocket.cc.orig Mon Apr 12 23:17:08 1999
++++ utils/ppsocket.cc
+@@ -198,7 +198,7 @@
+
+ ppsocket* ppsocket::accept(char* Peer, int MaxLen)
+ {
+- int len;
++ unsigned int len;
+ ppsocket* accepted;
+ char* peer;
+