Source-Changes-HG archive

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

[src/netbsd-6]: src/sys/net/npf Fix a bug that the patch was incorrectly appl...



details:   https://anonhg.NetBSD.org/src/rev/39ac3eecc300
branches:  netbsd-6
changeset: 775452:39ac3eecc300
user:      msaitoh <msaitoh%NetBSD.org@localhost>
date:      Mon Nov 19 09:44:42 2012 +0000

description:
Fix a bug that the patch was incorrectly applied with last commit.

diffstat:

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

diffs (35 lines):

diff -r 633b131c577d -r 39ac3eecc300 sys/net/npf/npf.c
--- a/sys/net/npf/npf.c Sun Nov 18 22:41:27 2012 +0000
+++ b/sys/net/npf/npf.c Mon Nov 19 09:44:42 2012 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: npf.c,v 1.7.2.4 2012/11/18 22:38:26 riz Exp $  */
+/*     $NetBSD: npf.c,v 1.7.2.5 2012/11/19 09:44:42 msaitoh Exp $      */
 
 /*-
  * Copyright (c) 2009-2012 The NetBSD Foundation, Inc.
@@ -34,7 +34,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: npf.c,v 1.7.2.4 2012/11/18 22:38:26 riz Exp $");
+__KERNEL_RCSID(0, "$NetBSD: npf.c,v 1.7.2.5 2012/11/19 09:44:42 msaitoh Exp $");
 
 #include <sys/param.h>
 #include <sys/types.h>
@@ -368,14 +368,14 @@
        return npf_core->n_default_pass;
 }
 
-/*
- * NPF statistics interface.
 bool
 npf_autounload_p(void)
 {
        return !npf_pfil_registered_p() && npf_default_pass();
 }
 
+/*
+ * NPF statistics interface.
  */
 
 void



Home | Main Index | Thread Index | Old Index