Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/net whitespace
details: https://anonhg.NetBSD.org/src/rev/a81679ebab10
branches: trunk
changeset: 784435:a81679ebab10
user: yamt <yamt%NetBSD.org@localhost>
date: Mon Jan 28 15:01:13 2013 +0000
description:
whitespace
diffstat:
sys/net/if_tap.c | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diffs (27 lines):
diff -r 97e12cd4f475 -r a81679ebab10 sys/net/if_tap.c
--- a/sys/net/if_tap.c Mon Jan 28 14:56:02 2013 +0000
+++ b/sys/net/if_tap.c Mon Jan 28 15:01:13 2013 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: if_tap.c,v 1.68 2012/10/27 17:18:39 chs Exp $ */
+/* $NetBSD: if_tap.c,v 1.69 2013/01/28 15:01:13 yamt Exp $ */
/*
* Copyright (c) 2003, 2004, 2008, 2009 The NetBSD Foundation.
@@ -33,7 +33,7 @@
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: if_tap.c,v 1.68 2012/10/27 17:18:39 chs Exp $");
+__KERNEL_RCSID(0, "$NetBSD: if_tap.c,v 1.69 2013/01/28 15:01:13 yamt Exp $");
#if defined(_KERNEL_OPT)
@@ -1055,7 +1055,7 @@
m->m_pkthdr.rcvif = ifp;
bpf_mtap(ifp, m);
- s =splnet();
+ s = splnet();
(*ifp->if_input)(ifp, m);
splx(s);
Home |
Main Index |
Thread Index |
Old Index