<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">$OpenBSD: patch-kernel_fhdl_stream_cc,v 1.2 2018/12/22 09:39:03 jca Exp $
const correct

Index: kernel/fhdl_stream.cc
--- kernel/fhdl_stream.cc.orig
+++ kernel/fhdl_stream.cc
@@ -4,6 +4,7 @@
 #endif
 #include &lt;sstream&gt;
 #include &lt;assert.h&gt;
+#include &lt;string.h&gt;
 #include &lt;freehdl/kernel-error.hh&gt;
 #include &lt;freehdl/kernel-fhdl-stream.hh&gt;
 
@@ -60,7 +61,7 @@ fhdl_ostream_t::bind_to_socket(int s) 
 }
 
 fhdl_ostream_t &amp;
-fhdl_ostream_t::operator&lt;&lt;(char *p) 
+fhdl_ostream_t::operator&lt;&lt;(const char *p) 
 {
   if (!socket_connection)
     *str &lt;&lt; p;
</pre></body></html>