Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/is-mlppp]: src/sys/net whitespace error
details: https://anonhg.NetBSD.org/src/rev/23a39687dbd0
branches: is-mlppp
changeset: 1008714:23a39687dbd0
user: is <is%NetBSD.org@localhost>
date: Sat Apr 11 07:38:00 2020 +0000
description:
whitespace error
diffstat:
sys/net/if_spppsubr.c | 8 ++++----
1 files changed, 4 insertions(+), 4 deletions(-)
diffs (30 lines):
diff -r d49cd956e06c -r 23a39687dbd0 sys/net/if_spppsubr.c
--- a/sys/net/if_spppsubr.c Sat Apr 11 07:28:06 2020 +0000
+++ b/sys/net/if_spppsubr.c Sat Apr 11 07:38:00 2020 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: if_spppsubr.c,v 1.187.2.6 2020/04/11 07:28:06 is Exp $ */
+/* $NetBSD: if_spppsubr.c,v 1.187.2.7 2020/04/11 07:38:00 is Exp $ */
/*
* Synchronous PPP/Cisco link level subroutines.
@@ -41,7 +41,7 @@
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: if_spppsubr.c,v 1.187.2.6 2020/04/11 07:28:06 is Exp $");
+__KERNEL_RCSID(0, "$NetBSD: if_spppsubr.c,v 1.187.2.7 2020/04/11 07:38:00 is Exp $");
#if defined(_KERNEL_OPT)
#include "opt_inet.h"
@@ -93,9 +93,9 @@
#include <net/if_spppvar.h>
#ifndef _NET_IF_STATS_H_
-#define if_statadd (ifp,member,amount) do { (ifp)->(member)+=(amount); } while (0)
+#define if_statadd(ifp,member,amount) do { (ifp)->(member)+=(amount); } while (0)
#define if_statadd2(ifp,m1,a1,m2,a2) do { if_statadd(ifp,m1,a1); if_statadd(ifp,m2,a2);} while(0)
-#define if_statinc (ifp,member) if_statadd(ifp,member,1)
+#define if_statinc(ifp,member) if_statadd(ifp,member,1)
#endif
#ifdef NET_MPSAFE
Home |
Main Index |
Thread Index |
Old Index