sys/kern: Remove a few sys/cdefs.h around some elf things

These sys/cdefs.h are no longer needed. Remove them in advance of
other work in this area.

Sponsored by:		Netflix
This commit is contained in:
Warner Losh 2024-02-20 20:40:19 -07:00
parent 65ee8f90b7
commit eccde5f496
5 changed files with 0 additions and 5 deletions

View file

@ -26,6 +26,5 @@
* SUCH DAMAGE.
*/
#include <sys/cdefs.h>
#define __ELF_WORD_SIZE 32
#include <kern/imgact_elf.c>

View file

@ -26,6 +26,5 @@
* SUCH DAMAGE.
*/
#include <sys/cdefs.h>
#define __ELF_WORD_SIZE 64
#include <kern/imgact_elf.c>

View file

@ -41,7 +41,6 @@
* SUCH DAMAGE.
*/
#include <sys/cdefs.h>
#include "opt_ddb.h"
#include "opt_kdb.h"
#include "opt_init_path.h"

View file

@ -26,7 +26,6 @@
* SUCH DAMAGE.
*/
#include <sys/cdefs.h>
#include "opt_ddb.h"
#include "opt_gdb.h"

View file

@ -27,7 +27,6 @@
* SUCH DAMAGE.
*/
#include <sys/cdefs.h>
#include "opt_ddb.h"
#include <sys/param.h>