freebsd-src/stand/common/load_elf64.c
Warner Losh 1d386b48a5 Remove $FreeBSD$: one-line .c pattern
Remove /^[\s*]*__FBSDID\("\$FreeBSD\$"\);?\s*\n/
2023-08-16 11:54:42 -06:00

5 lines
73 B
C

#include <sys/cdefs.h>
#define __ELF_WORD_SIZE 64
#include "load_elf.c"