summaryrefslogtreecommitdiff
path: root/comms/plptools/patches/patch-ah
diff options
context:
space:
mode:
Diffstat (limited to 'comms/plptools/patches/patch-ah')
-rw-r--r--comms/plptools/patches/patch-ah13
1 files changed, 13 insertions, 0 deletions
diff --git a/comms/plptools/patches/patch-ah b/comms/plptools/patches/patch-ah
new file mode 100644
index 00000000000..22820f2ade8
--- /dev/null
+++ b/comms/plptools/patches/patch-ah
@@ -0,0 +1,13 @@
+$NetBSD: patch-ah,v 1.1 2004/05/24 16:09:35 kristerw Exp $
+
+--- lib/ppsocket.cc.orig 2004-05-24 12:38:15.000000000 +0200
++++ lib/ppsocket.cc 2004-05-24 17:42:47.000000000 +0200
+@@ -389,7 +389,7 @@
+ {
+ int i;
+
+- cout << hex << (int) c << endl;
++ cout << std::hex << (int) c << endl;
+ i = writeTimeout(&c, 1, 0);
+ if (i == SOCKET_ERROR || i == 0)
+ return (false);