git: 03b212e5fcc4 - stable/13 - linux(4): Retire a now unused include.
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 17 Jun 2022 19:32:10 UTC
The branch stable/13 has been updated by dchagin: URL: https://cgit.FreeBSD.org/src/commit/?id=03b212e5fcc492bd7170eee8aae59a31eacb647a commit 03b212e5fcc492bd7170eee8aae59a31eacb647a Author: Dmitry Chagin <dchagin@FreeBSD.org> AuthorDate: 2021-06-22 05:39:47 +0000 Commit: Dmitry Chagin <dchagin@FreeBSD.org> CommitDate: 2022-06-17 19:30:24 +0000 linux(4): Retire a now unused include. MFC after: 2 weeks (cherry picked from commit 4efdf5820ef573321b008c228b913d7e48841f59) --- sys/i386/linux/linux.h | 1 - 1 file changed, 1 deletion(-) diff --git a/sys/i386/linux/linux.h b/sys/i386/linux/linux.h index 8dff1313c598..bab89cb5a43a 100644 --- a/sys/i386/linux/linux.h +++ b/sys/i386/linux/linux.h @@ -31,7 +31,6 @@ #define _I386_LINUX_H_ #include <sys/abi_compat.h> -#include <sys/signal.h> /* for sigval union */ #include <compat/linux/linux.h> #include <i386/linux/linux_syscall.h>