summaryrefslogtreecommitdiff
path: root/comms/plp/patches/patch-ak
diff options
context:
space:
mode:
Diffstat (limited to 'comms/plp/patches/patch-ak')
-rw-r--r--comms/plp/patches/patch-ak18
1 files changed, 18 insertions, 0 deletions
diff --git a/comms/plp/patches/patch-ak b/comms/plp/patches/patch-ak
new file mode 100644
index 00000000000..f7a989ec1e4
--- /dev/null
+++ b/comms/plp/patches/patch-ak
@@ -0,0 +1,18 @@
+$NetBSD: patch-ak,v 1.1 2004/09/08 12:47:39 wiz Exp $
+
+--- ncp/link.h.orig 1999-04-12 23:20:41.000000000 +0200
++++ ncp/link.h
+@@ -7,10 +7,10 @@
+ class packet;
+ class IOWatch;
+
+-class link {
++class Link {
+ public:
+- link(const char *fname, int baud, IOWatch &iow, bool s5, bool _verbose = false);
+- ~link();
++ Link(const char *fname, int baud, IOWatch &iow, bool s5, bool _verbose = false);
++ ~Link();
+ void send(const bufferStore &buff);
+ bufferArray poll();
+ bool stuffToSend();