diff options
Diffstat (limited to 'lib/libutil/imsg_init.3')
-rw-r--r-- | lib/libutil/imsg_init.3 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/libutil/imsg_init.3 b/lib/libutil/imsg_init.3 index 30c6334ff4b..18720d1d59b 100644 --- a/lib/libutil/imsg_init.3 +++ b/lib/libutil/imsg_init.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: imsg_init.3,v 1.22 2018/09/26 09:22:52 jmc Exp $ +.\" $OpenBSD: imsg_init.3,v 1.23 2019/01/20 02:50:03 bcook Exp $ .\" .\" Copyright (c) 2010 Nicholas Marriott <nicm@openbsd.org> .\" @@ -14,7 +14,7 @@ .\" IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING .\" OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. .\" -.Dd $Mdocdate: September 26 2018 $ +.Dd $Mdocdate: January 20 2019 $ .Dt IMSG_INIT 3 .Os .Sh NAME @@ -320,7 +320,7 @@ a queue of output buffers for transmission: .Bd -literal -offset indent struct ibuf { TAILQ_ENTRY(ibuf) entry; - u_char *buf; + unsigned char *buf; size_t size; size_t max; size_t wpos; |