Source-Changes-HG archive

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

[src/trunk]: src/sys/net/npf make this compile again



details:   https://anonhg.NetBSD.org/src/rev/d3174f8349d3
branches:  trunk
changeset: 349370:d3174f8349d3
user:      christos <christos%NetBSD.org@localhost>
date:      Fri Dec 09 02:26:36 2016 +0000

description:
make this compile again

diffstat:

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

diffs (19 lines):

diff -r a876341f7318 -r d3174f8349d3 sys/net/npf/npf.h
--- a/sys/net/npf/npf.h Fri Dec 09 02:25:46 2016 +0000
+++ b/sys/net/npf/npf.h Fri Dec 09 02:26:36 2016 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: npf.h,v 1.48 2016/12/08 23:07:11 rmind Exp $   */
+/*     $NetBSD: npf.h,v 1.49 2016/12/09 02:26:36 christos Exp $        */
 
 /*-
  * Copyright (c) 2009-2014 The NetBSD Foundation, Inc.
@@ -259,6 +259,9 @@
 #define        NPF_LAYER_2                     2
 #define        NPF_LAYER_3                     3
 
+/* XXX mbuf.h: just for now. */
+#define        PACKET_TAG_NPF                  10
+
 /* Packet tags. */
 #define        NPF_NTAG_PASS                   0x0001
 



Home | Main Index | Thread Index | Old Index