summaryrefslogtreecommitdiff
path: root/share/man/man9
diff options
context:
space:
mode:
authorLawrence Teo <lteo@cvs.openbsd.org>2016-09-04 02:26:45 +0000
committerLawrence Teo <lteo@cvs.openbsd.org>2016-09-04 02:26:45 +0000
commit4b196ac618731bc74a6a56466c84621e303bc195 (patch)
tree911db2f027f759930d2cf138d1a4b5835ca843e7 /share/man/man9
parentfe6b2a6e73284b0baa39d8968bd9ff8454a2cfa3 (diff)
Sync struct pkthdr with sys/mbuf.h
Diffstat (limited to 'share/man/man9')
-rw-r--r--share/man/man9/mbuf.93
1 files changed, 2 insertions, 1 deletions
diff --git a/share/man/man9/mbuf.9 b/share/man/man9/mbuf.9
index 75f843d5cfa..d3a44aa30af 100644
--- a/share/man/man9/mbuf.9
+++ b/share/man/man9/mbuf.9
@@ -1,4 +1,4 @@
-.\" $OpenBSD: mbuf.9,v 1.101 2016/09/04 02:07:48 lteo Exp $
+.\" $OpenBSD: mbuf.9,v 1.102 2016/09/04 02:26:44 lteo Exp $
.\"
.\" Copyright (c) 2001 Jean-Jacques Bernard-Gundol <jjbg@openbsd.org>
.\" All rights reserved.
@@ -169,6 +169,7 @@ struct pkthdr {
u_int16_t ether_vtag;
u_int ph_rtableid;
u_int ph_ifidx;
+ u_int8_t ph_loopcnt;
struct pkthdr_pf pf;
};