Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/compat/common Remove <net/netisr.h>
details: https://anonhg.NetBSD.org/src/rev/c3fff000316a
branches: trunk
changeset: 369836:c3fff000316a
user: thorpej <thorpej%NetBSD.org@localhost>
date: Sat Sep 03 03:11:56 2022 +0000
description:
Remove <net/netisr.h>
diffstat:
sys/compat/common/if_spppsubr50.c | 5 ++---
1 files changed, 2 insertions(+), 3 deletions(-)
diffs (26 lines):
diff -r cf6b9f99fbd9 -r c3fff000316a sys/compat/common/if_spppsubr50.c
--- a/sys/compat/common/if_spppsubr50.c Sat Sep 03 02:53:18 2022 +0000
+++ b/sys/compat/common/if_spppsubr50.c Sat Sep 03 03:11:56 2022 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: if_spppsubr50.c,v 1.4 2019/12/12 02:15:42 pgoyette Exp $ */
+/* $NetBSD: if_spppsubr50.c,v 1.5 2022/09/03 03:11:56 thorpej Exp $ */
/*
* Synchronous PPP/Cisco link level subroutines.
@@ -41,7 +41,7 @@
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: if_spppsubr50.c,v 1.4 2019/12/12 02:15:42 pgoyette Exp $");
+__KERNEL_RCSID(0, "$NetBSD: if_spppsubr50.c,v 1.5 2022/09/03 03:11:56 thorpej Exp $");
#if defined(_KERNEL_OPT)
#include "opt_inet.h"
@@ -71,7 +71,6 @@
#include <sys/compat_stub.h>
#include <net/if.h>
-#include <net/netisr.h>
#include <net/if_types.h>
#include <net/route.h>
#include <net/ppp_defs.h>
Home |
Main Index |
Thread Index |
Old Index