mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2024-11-13 05:41:26 +01:00
loader: These files have no copyrightable material
These files have no copyrightable material, and so are in the public domain. Sponsored by: Netflix
This commit is contained in:
parent
3e15b01d69
commit
27c0f2a544
@ -1,3 +1,5 @@
|
||||
/* This file is in the public domain */
|
||||
|
||||
#define __ELF_WORD_SIZE 32
|
||||
#define _MACHINE_ELF_WANT_32BIT
|
||||
#include "load_elf.c"
|
||||
|
@ -1,3 +1,5 @@
|
||||
/* This file is in the public domain */
|
||||
|
||||
#define __ELF_WORD_SIZE 32
|
||||
#define _MACHINE_ELF_WANT_32BIT
|
||||
#include "load_elf_obj.c"
|
||||
|
@ -1,2 +1,4 @@
|
||||
/* This file is in the public domain */
|
||||
|
||||
#define __ELF_WORD_SIZE 64
|
||||
#include "load_elf.c"
|
||||
|
@ -1,2 +1,4 @@
|
||||
/* This file is in the public domain */
|
||||
|
||||
#define __ELF_WORD_SIZE 64
|
||||
#include "load_elf_obj.c"
|
||||
|
Loading…
Reference in New Issue
Block a user