Module Name: src Committed By: christos Date: Tue Dec 27 21:24:25 UTC 2011
Modified Files: src/share/man/man4: bpf.4 Log Message: PR/45750: Alexander Nasonov: Type of k in bpf_insn is bpf(9) is different from sys/net/bpf.h To generate a diff of this commit: cvs rdiff -u -r1.46 -r1.47 src/share/man/man4/bpf.4 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
Modified files: Index: src/share/man/man4/bpf.4 diff -u src/share/man/man4/bpf.4:1.46 src/share/man/man4/bpf.4:1.47 --- src/share/man/man4/bpf.4:1.46 Tue Jun 8 00:11:06 2010 +++ src/share/man/man4/bpf.4 Tue Dec 27 16:24:25 2011 @@ -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 @@ struct bpf_insn { uint16_t code; u_char jt; u_char jf; - int32_t k; + uint32_t k; }; .Ed .Pp