mirror of
https://git.FreeBSD.org/src.git
synced 2024-11-24 07:40:52 +00:00
This is a userland tool, not a kernel component or libstand client.
This commit is contained in:
parent
8a2bd34560
commit
754a3615a0
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=100272
@ -33,14 +33,14 @@
|
||||
*/
|
||||
|
||||
#include <sys/param.h>
|
||||
#include <sys/exec.h>
|
||||
#include <sys/queue.h>
|
||||
#include <sys/kernel.h>
|
||||
#include <sys/reboot.h>
|
||||
#include <sys/linker.h>
|
||||
#include <string.h>
|
||||
#include <stdio.h>
|
||||
#include <stdlib.h>
|
||||
#include <unistd.h>
|
||||
#include <errno.h>
|
||||
#include <fcntl.h>
|
||||
#include <machine/elf.h>
|
||||
#include <stand.h>
|
||||
#define FREEBSD_ELF
|
||||
#include <link.h>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user