mirror of
https://github.com/opnsense/src.git
synced 2026-05-25 18:54:02 -04:00
These should have been removed ind95657a1a7. Reviewed by: markj Sponsored by: DARPA Differential Revision: https://reviews.freebsd.org/D35748 (cherry picked from commita6c3e5fa39)
11 lines
197 B
C
11 lines
197 B
C
/* $FreeBSD$ */
|
|
#ifndef __LP64__
|
|
#error "this file must be compiled for LP64."
|
|
#endif
|
|
|
|
#define __ELF_WORD_SIZE 32
|
|
#define _MACHINE_ELF_WANT_32BIT
|
|
|
|
#define ELFCORE_COMPAT_32 1
|
|
#include "elfcore.c"
|
|
|