Date: Mon, 16 May 2022 18:00:38 GMT From: Eugene Grosbein <eugen@FreeBSD.org> To: src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-branches@FreeBSD.org Subject: git: db387b30acbe - stable/12 - ng_pppoe: do not #include <sys/epoch.h> Message-ID: <202205161800.24GI0ck1017979@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch stable/12 has been updated by eugen: URL: https://cgit.FreeBSD.org/src/commit/?id=db387b30acbe9c0f19e8396dc712f668ab0709b7 commit db387b30acbe9c0f19e8396dc712f668ab0709b7 Author: Eugene Grosbein <eugen@FreeBSD.org> AuthorDate: 2022-05-16 17:58:14 +0000 Commit: Eugene Grosbein <eugen@FreeBSD.org> CommitDate: 2022-05-16 17:58:14 +0000 ng_pppoe: do not #include <sys/epoch.h> This is direct commit to stable/12 removing unneeded inclusion of <sys/epoch.h> Fixes: 14601708d59b97ab8cd834cd1124982ea5e7dc81 --- sys/netgraph/ng_pppoe.c | 1 - 1 file changed, 1 deletion(-) diff --git a/sys/netgraph/ng_pppoe.c b/sys/netgraph/ng_pppoe.c index f0f4cc741e3b..50f38541f2cc 100644 --- a/sys/netgraph/ng_pppoe.c +++ b/sys/netgraph/ng_pppoe.c @@ -48,7 +48,6 @@ #include <sys/mbuf.h> #include <sys/malloc.h> #include <sys/errno.h> -#include <sys/epoch.h> #include <sys/socket.h> #include <sys/sysctl.h> #include <sys/syslog.h>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202205161800.24GI0ck1017979>