SecBSD 1.3 -current: The Digital Resistance. A belief in the importance of privacy and the right to secure communication.

This commit is contained in:
purplerain 2023-04-30 01:15:27 +00:00
commit 95114fbda2
Signed by: purplerain
GPG key ID: F42C07F07E2E35B7
91022 changed files with 33913249 additions and 0 deletions

12
include/elf.h Normal file
View file

@ -0,0 +1,12 @@
/* $OpenBSD: elf.h,v 1.1 2017/10/17 09:34:52 mpi Exp $ */
/*
* Public domain.
*/
#ifndef _ELF_H_
#define _ELF_H_
#include <sys/exec_elf.h>
#endif /* _ELF_H_ */