diff options
author | Claudio Jeker <claudio@cvs.openbsd.org> | 2008-02-03 17:20:22 +0000 |
---|---|---|
committer | Claudio Jeker <claudio@cvs.openbsd.org> | 2008-02-03 17:20:22 +0000 |
commit | 6f332ca68f94c1595e84bd2788f6dabd3d9327ad (patch) | |
tree | 8fb6286873f75b2eed624429da5e2c9ddc5c7020 /share | |
parent | 59f57d2e74e3e3c8cd9e4db61a68a644bfe31552 (diff) |
Fix the struct pkthdr definition.
Diffstat (limited to 'share')
-rw-r--r-- | share/man/man9/mbuf.9 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/share/man/man9/mbuf.9 b/share/man/man9/mbuf.9 index ea82760040f..bd357f0ff6d 100644 --- a/share/man/man9/mbuf.9 +++ b/share/man/man9/mbuf.9 @@ -1,4 +1,4 @@ -.\" $OpenBSD: mbuf.9,v 1.28 2007/09/14 16:16:08 mk Exp $ +.\" $OpenBSD: mbuf.9,v 1.29 2008/02/03 17:20:21 claudio Exp $ .\" .\" Copyright (c) 2001 Jean-Jacques Bernard-Gundol <jjbg@openbsd.org> .\" All rights reserved. @@ -25,7 +25,7 @@ .\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF .\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. .\" -.Dd $Mdocdate: September 14 2007 $ +.Dd $Mdocdate: February 3 2008 $ .Dt MBUF 9 .Os .Sh NAME @@ -117,7 +117,7 @@ struct pkthdr { SLIST_HEAD(packet_tags, m_tag) tags; int len; int csum_flags; - struct pkthdr_pf; + struct pkthdr_pf pf; }; struct pkthdr_pf { |