Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/netbsd-6]: src/sys/net Pull up following revision(s) (requested by abs i...



details:   https://anonhg.NetBSD.org/src/rev/4e5c0ce397b6
branches:  netbsd-6
changeset: 774194:4e5c0ce397b6
user:      riz <riz%NetBSD.org@localhost>
date:      Tue Jun 12 18:25:10 2012 +0000

description:
Pull up following revision(s) (requested by abs in ticket #312):
        sys/net/bpf.h: revision 1.59
add {__BEGIN,__END}_DECLS

diffstat:

 sys/net/bpf.h |  6 +++++-
 1 files changed, 5 insertions(+), 1 deletions(-)

diffs (27 lines):

diff -r 80f3f6a5aa3a -r 4e5c0ce397b6 sys/net/bpf.h
--- a/sys/net/bpf.h     Tue Jun 12 17:50:58 2012 +0000
+++ b/sys/net/bpf.h     Tue Jun 12 18:25:10 2012 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: bpf.h,v 1.58 2011/08/30 14:22:22 bouyer Exp $  */
+/*     $NetBSD: bpf.h,v 1.58.8.1 2012/06/12 18:25:10 riz Exp $ */
 
 /*
  * Copyright (c) 1990, 1991, 1993
@@ -45,6 +45,8 @@
 /* BSD style release date */
 #define BPF_RELEASE 199606
 
+__BEGIN_DECLS
+
 typedef        int bpf_int32;
 typedef        u_int bpf_u_int32;
 
@@ -381,6 +383,8 @@
 int     bpf_validate(const struct bpf_insn *, int);
 u_int   bpf_filter(const struct bpf_insn *, const u_char *, u_int, u_int);
 
+__END_DECLS
+
 /*
  * Number of scratch memory words (for BPF_LD|BPF_MEM and BPF_ST).
  */



Home | Main Index | Thread Index | Old Index