Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/is-mlppp]: src/sys/net The specification calls this a class, not type.
details: https://anonhg.NetBSD.org/src/rev/09da953bf98c
branches: is-mlppp
changeset: 1008710:09da953bf98c
user: is <is%NetBSD.org@localhost>
date: Tue Apr 07 19:26:44 2020 +0000
description:
The specification calls this a class, not type.
diffstat:
sys/net/if_spppsubr.c | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diffs (27 lines):
diff -r c874027b85f7 -r 09da953bf98c sys/net/if_spppsubr.c
--- a/sys/net/if_spppsubr.c Tue Apr 07 18:47:43 2020 +0000
+++ b/sys/net/if_spppsubr.c Tue Apr 07 19:26:44 2020 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: if_spppsubr.c,v 1.187.2.2 2020/04/07 18:32:20 is Exp $ */
+/* $NetBSD: if_spppsubr.c,v 1.187.2.3 2020/04/07 19:26:44 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.2 2020/04/07 18:32:20 is Exp $");
+__KERNEL_RCSID(0, "$NetBSD: if_spppsubr.c,v 1.187.2.3 2020/04/07 19:26:44 is Exp $");
#if defined(_KERNEL_OPT)
#include "opt_inet.h"
@@ -2575,7 +2575,7 @@
* but ignored by now.
*/
if (debug) {
- addlog(" type %d", p[2]);
+ addlog(" class %d", p[2]);
sppp_print_bytes(p+3, p[1]-3);
}
continue;
Home |
Main Index |
Thread Index |
Old Index