diff options
author | Niklas Hallqvist <niklas@cvs.openbsd.org> | 1998-05-11 07:36:28 +0000 |
---|---|---|
committer | Niklas Hallqvist <niklas@cvs.openbsd.org> | 1998-05-11 07:36:28 +0000 |
commit | def182cd9e392c72c8f27deb434458b5821c19d3 (patch) | |
tree | 4f264687d41a7f462b77eaab06e4898329931dde /sys/arch/vax/stand/boot.c | |
parent | dfa872638a29db52898f15c7f4ad78b417fc287a (diff) |
Do not use userland headers
Diffstat (limited to 'sys/arch/vax/stand/boot.c')
-rw-r--r-- | sys/arch/vax/stand/boot.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/vax/stand/boot.c b/sys/arch/vax/stand/boot.c index 57b9b936981..b0df2b865b0 100644 --- a/sys/arch/vax/stand/boot.c +++ b/sys/arch/vax/stand/boot.c @@ -1,4 +1,4 @@ -/* $OpenBSD: boot.c,v 1.4 1998/02/03 11:48:24 maja Exp $ */ +/* $OpenBSD: boot.c,v 1.5 1998/05/11 07:36:26 niklas Exp $ */ /* $NetBSD: boot.c,v 1.7 1997/06/08 17:49:16 ragge Exp $ */ /*- * Copyright (c) 1982, 1986 The Regents of the University of California. @@ -41,7 +41,7 @@ #define V750UCODE(x) ((x>>8)&255) -#include <a.out.h> +#include <sys/exec.h> /* * Boot program... arguments passed in r10 and r11 determine |