Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/share/man/man4 PR/45750: Alexander Nasonov: Type of k in bpf...
details: https://anonhg.NetBSD.org/src/rev/d5236beaaaa9
branches: trunk
changeset: 772286:d5236beaaaa9
user: christos <christos%NetBSD.org@localhost>
date: Tue Dec 27 21:24:25 2011 +0000
description:
PR/45750: Alexander Nasonov: Type of k in bpf_insn is bpf(9) is different
from sys/net/bpf.h
diffstat:
share/man/man4/bpf.4 | 8 ++++----
1 files changed, 4 insertions(+), 4 deletions(-)
diffs (32 lines):
diff -r bf63a9501815 -r d5236beaaaa9 share/man/man4/bpf.4
--- a/share/man/man4/bpf.4 Tue Dec 27 20:59:45 2011 +0000
+++ b/share/man/man4/bpf.4 Tue Dec 27 21:24:25 2011 +0000
@@ -1,8 +1,8 @@
-.\" $NetBSD: bpf.4,v 1.46 2010/06/08 04:11:06 jruoho Exp $
+.\" $NetBSD: bpf.4,v 1.47 2011/12/27 21:24:25 christos Exp $
.\"
.\" -*- nroff -*-
.\"
-.\" $NetBSD: bpf.4,v 1.46 2010/06/08 04:11:06 jruoho Exp $
+.\" $NetBSD: bpf.4,v 1.47 2011/12/27 21:24:25 christos Exp $
.\"
.\" Copyright (c) 1990, 1991, 1992, 1993, 1994
.\" The Regents of the University of California. All rights reserved.
@@ -26,7 +26,7 @@
.\" This document is derived in part from the enet man page (enet.4)
.\" distributed with 4.3BSD Unix.
.\"
-.Dd June 8, 2010
+.Dd December 27, 2011
.Dt BPF 4
.Os
.Sh NAME
@@ -451,7 +451,7 @@
uint16_t code;
u_char jt;
u_char jf;
- int32_t k;
+ uint32_t k;
};
.Ed
.Pp
Home |
Main Index |
Thread Index |
Old Index