Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/net Remove extra semicolon
details: https://anonhg.NetBSD.org/src/rev/c31b29f34d03
branches: trunk
changeset: 822543:c31b29f34d03
user: ozaki-r <ozaki-r%NetBSD.org@localhost>
date: Fri Mar 24 11:15:25 2017 +0000
description:
Remove extra semicolon
diffstat:
sys/net/if.c | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diffs (27 lines):
diff -r 4a5adb358ff0 -r c31b29f34d03 sys/net/if.c
--- a/sys/net/if.c Fri Mar 24 10:58:06 2017 +0000
+++ b/sys/net/if.c Fri Mar 24 11:15:25 2017 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: if.c,v 1.387 2017/03/16 09:40:48 ozaki-r Exp $ */
+/* $NetBSD: if.c,v 1.388 2017/03/24 11:15:25 ozaki-r Exp $ */
/*-
* Copyright (c) 1999, 2000, 2001, 2008 The NetBSD Foundation, Inc.
@@ -90,7 +90,7 @@
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: if.c,v 1.387 2017/03/16 09:40:48 ozaki-r Exp $");
+__KERNEL_RCSID(0, "$NetBSD: if.c,v 1.388 2017/03/24 11:15:25 ozaki-r Exp $");
#if defined(_KERNEL_OPT)
#include "opt_inet.h"
@@ -3218,7 +3218,7 @@
goto out;
}
- ifp->if_obytes += m->m_pkthdr.len;;
+ ifp->if_obytes += m->m_pkthdr.len;
if (m->m_flags & M_MCAST)
ifp->if_omcasts++;
Home |
Main Index |
Thread Index |
Old Index