From 317043010879767bc6a3bef6cbec0c5f300d1ce0 Mon Sep 17 00:00:00 2001 From: Cem Keylan Date: Mon, 19 Oct 2020 13:54:31 +0300 Subject: sys: update to 6.8 --- sys/sys/msgbuf.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'sys/sys/msgbuf.h') diff --git a/sys/sys/msgbuf.h b/sys/sys/msgbuf.h index 3a53a5a..398304a 100644 --- a/sys/sys/msgbuf.h +++ b/sys/sys/msgbuf.h @@ -1,4 +1,4 @@ -/* $OpenBSD: msgbuf.h,v 1.11 2016/06/23 13:15:21 bluhm Exp $ */ +/* $OpenBSD: msgbuf.h,v 1.12 2020/08/18 13:38:24 visa Exp $ */ /* $NetBSD: msgbuf.h,v 1.8 1995/03/26 20:24:27 jtc Exp $ */ /* @@ -38,7 +38,6 @@ struct msgbuf { long msg_bufx; /* write pointer */ long msg_bufr; /* read pointer */ long msg_bufs; /* real msg_bufc size (bytes) */ - long msg_bufl; /* # chars, <= msg_bufs */ long msg_bufd; /* number of dropped bytes */ char msg_bufc[1]; /* buffer */ }; -- cgit v1.2.3