summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNiklas Hallqvist <niklas@cvs.openbsd.org>1998-05-11 07:36:28 +0000
committerNiklas Hallqvist <niklas@cvs.openbsd.org>1998-05-11 07:36:28 +0000
commitdef182cd9e392c72c8f27deb434458b5821c19d3 (patch)
tree4f264687d41a7f462b77eaab06e4898329931dde
parentdfa872638a29db52898f15c7f4ad78b417fc287a (diff)
Do not use userland headers
-rw-r--r--sys/arch/vax/boot/boot.c4
-rw-r--r--sys/arch/vax/boot/bootxx.c4
-rw-r--r--sys/arch/vax/boot/copy.c4
-rw-r--r--sys/arch/vax/stand/boot.c4
-rw-r--r--sys/arch/vax/stand/bootxx.c4
-rw-r--r--sys/arch/vax/stand/copy.c4
6 files changed, 12 insertions, 12 deletions
diff --git a/sys/arch/vax/boot/boot.c b/sys/arch/vax/boot/boot.c
index 57b9b936981..b0df2b865b0 100644
--- a/sys/arch/vax/boot/boot.c
+++ b/sys/arch/vax/boot/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
diff --git a/sys/arch/vax/boot/bootxx.c b/sys/arch/vax/boot/bootxx.c
index 3532677e884..ab794a78b6b 100644
--- a/sys/arch/vax/boot/bootxx.c
+++ b/sys/arch/vax/boot/bootxx.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: bootxx.c,v 1.6 1998/02/03 11:48:25 maja Exp $ */
+/* $OpenBSD: bootxx.c,v 1.7 1998/05/11 07:36:27 niklas Exp $ */
/* $NetBSD: bootxx.c,v 1.11 1997/06/08 17:49:17 ragge Exp $ */
/*-
* Copyright (c) 1982, 1986 The Regents of the University of California.
@@ -63,7 +63,7 @@
#include "data.h"
#include "vaxstand.h"
-#include <a.out.h>
+#include <sys/exec.h>
int romstrategy(), romopen();
int command(int, int);
diff --git a/sys/arch/vax/boot/copy.c b/sys/arch/vax/boot/copy.c
index 74058b56c1e..137530507b6 100644
--- a/sys/arch/vax/boot/copy.c
+++ b/sys/arch/vax/boot/copy.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: copy.c,v 1.4 1998/02/03 11:48:26 maja Exp $ */
+/* $OpenBSD: copy.c,v 1.5 1998/05/11 07:36:25 niklas Exp $ */
/* $NetBSD: copy.c,v 1.4 1997/02/12 18:00:42 ragge Exp $ */
/*-
* Copyright (c) 1982, 1986 The Regents of the University of California.
@@ -41,7 +41,7 @@
#include "vaxstand.h"
-#include <a.out.h>
+#include <sys/exec.h>
char line[100];
volatile u_int devtype, bootdev;
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
diff --git a/sys/arch/vax/stand/bootxx.c b/sys/arch/vax/stand/bootxx.c
index 3532677e884..ab794a78b6b 100644
--- a/sys/arch/vax/stand/bootxx.c
+++ b/sys/arch/vax/stand/bootxx.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: bootxx.c,v 1.6 1998/02/03 11:48:25 maja Exp $ */
+/* $OpenBSD: bootxx.c,v 1.7 1998/05/11 07:36:27 niklas Exp $ */
/* $NetBSD: bootxx.c,v 1.11 1997/06/08 17:49:17 ragge Exp $ */
/*-
* Copyright (c) 1982, 1986 The Regents of the University of California.
@@ -63,7 +63,7 @@
#include "data.h"
#include "vaxstand.h"
-#include <a.out.h>
+#include <sys/exec.h>
int romstrategy(), romopen();
int command(int, int);
diff --git a/sys/arch/vax/stand/copy.c b/sys/arch/vax/stand/copy.c
index 74058b56c1e..137530507b6 100644
--- a/sys/arch/vax/stand/copy.c
+++ b/sys/arch/vax/stand/copy.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: copy.c,v 1.4 1998/02/03 11:48:26 maja Exp $ */
+/* $OpenBSD: copy.c,v 1.5 1998/05/11 07:36:25 niklas Exp $ */
/* $NetBSD: copy.c,v 1.4 1997/02/12 18:00:42 ragge Exp $ */
/*-
* Copyright (c) 1982, 1986 The Regents of the University of California.
@@ -41,7 +41,7 @@
#include "vaxstand.h"
-#include <a.out.h>
+#include <sys/exec.h>
char line[100];
volatile u_int devtype, bootdev;