Date: Thu, 05 Feb 2026 14:10:50 +0000 From: Baptiste Daroussin <bapt@FreeBSD.org> To: src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-branches@FreeBSD.org Subject: git: a40fd4e65bb2 - stable/15 - diff: remove useless include as kevent is not used anymore Message-ID: <6984a4ea.390ab.62ce1dd5@gitrepo.freebsd.org>
index | next in thread | raw e-mail
The branch stable/15 has been updated by bapt: URL: https://cgit.FreeBSD.org/src/commit/?id=a40fd4e65bb23c3468874f12b3e8feb72de656d9 commit a40fd4e65bb23c3468874f12b3e8feb72de656d9 Author: Baptiste Daroussin <bapt@FreeBSD.org> AuthorDate: 2026-02-02 16:13:55 +0000 Commit: Baptiste Daroussin <bapt@FreeBSD.org> CommitDate: 2026-02-05 14:10:44 +0000 diff: remove useless include as kevent is not used anymore MFC After: 3 days (cherry picked from commit c479817f30b2d2500c9663a1a07c74ba19321416) --- usr.bin/diff/pr.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/usr.bin/diff/pr.h b/usr.bin/diff/pr.h index 80f20ca7c329..b2ff7e5d6798 100644 --- a/usr.bin/diff/pr.h +++ b/usr.bin/diff/pr.h @@ -24,8 +24,6 @@ * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ -#include <sys/event.h> - struct pr { int ostdout; int pidfd;home | help
Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?6984a4ea.390ab.62ce1dd5>
