diff options
| author | Bruce Evans <bde@FreeBSD.org> | 1997-08-02 14:33:27 +0000 |
|---|---|---|
| committer | Bruce Evans <bde@FreeBSD.org> | 1997-08-02 14:33:27 +0000 |
| commit | 1fd0b0588f11fe61e5329c403c3f82a3f4d26fab (patch) | |
| tree | b3a0547f4192cd5dfee8a6303191218b96c700e1 /sys/kern/imgact_shell.c | |
| parent | bbd5c527aabde5574588489e5d82b0eaa3fcbdbf (diff) | |
Notes
Diffstat (limited to 'sys/kern/imgact_shell.c')
| -rw-r--r-- | sys/kern/imgact_shell.c | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/sys/kern/imgact_shell.c b/sys/kern/imgact_shell.c index 526aac736b15..c4d04b50bf81 100644 --- a/sys/kern/imgact_shell.c +++ b/sys/kern/imgact_shell.c @@ -23,17 +23,14 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $Id: imgact_shell.c,v 1.14 1997/02/22 09:38:57 peter Exp $ + * $Id: imgact_shell.c,v 1.15 1997/04/23 22:07:04 ache Exp $ */ #include <sys/param.h> -#include <sys/systm.h> #include <sys/sysproto.h> -#include <sys/resourcevar.h> #include <sys/exec.h> #include <sys/imgact.h> #include <sys/kernel.h> -#include <machine/endian.h> #if BYTE_ORDER == LITTLE_ENDIAN #define SHELLMAGIC 0x2123 /* #! */ |
