diff options
author | kn <kn@cvs.openbsd.org> | 2021-01-05 20:43:37 +0000 |
---|---|---|
committer | kn <kn@cvs.openbsd.org> | 2021-01-05 20:43:37 +0000 |
commit | 928c170c890c688746091f335d0e49533f8f88ef (patch) | |
tree | ff60dbc3fa95af49cd175f6a9edad7d860c70990 /sys | |
parent | 87a83265a531bc635dcad91ef7df839da778af4f (diff) |
pppoeintr() is no more
Diffstat (limited to 'sys')
-rw-r--r-- | sys/net/netisr.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/net/netisr.h b/sys/net/netisr.h index 4be438beb5f..55b1a0fada3 100644 --- a/sys/net/netisr.h +++ b/sys/net/netisr.h @@ -1,4 +1,4 @@ -/* $OpenBSD: netisr.h,v 1.54 2021/01/04 21:21:41 kn Exp $ */ +/* $OpenBSD: netisr.h,v 1.55 2021/01/05 20:43:36 kn Exp $ */ /* $NetBSD: netisr.h,v 1.12 1995/08/12 23:59:24 mycroft Exp $ */ /* @@ -59,7 +59,6 @@ extern struct task if_input_task_locked; void arpintr(void); void pppintr(void); void bridgeintr(void); -void pppoeintr(void); void switchintr(void); void pfsyncintr(void); |