This is a userland tool, not a kernel component or libstand client.

This commit is contained in:
Peter Wemm 2002-07-17 23:41:58 +00:00
parent 8a2bd34560
commit 754a3615a0
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=100272

View File

@ -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>