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:
@@ -26,6 +26,5 @@
|
||||
* SUCH DAMAGE.
|
||||
*/
|
||||
|
||||
#include <sys/cdefs.h>
|
||||
#define __ELF_WORD_SIZE 32
|
||||
#include <kern/imgact_elf.c>
|
||||
|
||||
@@ -26,6 +26,5 @@
|
||||
* SUCH DAMAGE.
|
||||
*/
|
||||
|
||||
#include <sys/cdefs.h>
|
||||
#define __ELF_WORD_SIZE 64
|
||||
#include <kern/imgact_elf.c>
|
||||
|
||||
@@ -41,7 +41,6 @@
|
||||
* SUCH DAMAGE.
|
||||
*/
|
||||
|
||||
#include <sys/cdefs.h>
|
||||
#include "opt_ddb.h"
|
||||
#include "opt_kdb.h"
|
||||
#include "opt_init_path.h"
|
||||
|
||||
@@ -26,7 +26,6 @@
|
||||
* SUCH DAMAGE.
|
||||
*/
|
||||
|
||||
#include <sys/cdefs.h>
|
||||
#include "opt_ddb.h"
|
||||
#include "opt_gdb.h"
|
||||
|
||||
|
||||
@@ -27,7 +27,6 @@
|
||||
* SUCH DAMAGE.
|
||||
*/
|
||||
|
||||
#include <sys/cdefs.h>
|
||||
#include "opt_ddb.h"
|
||||
|
||||
#include <sys/param.h>
|
||||
|
||||
Reference in New Issue
Block a user